Home
last modified time | relevance | path

Searched refs:ETH_P_NSH (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dethernet_protocols.h587 #if defined(ETH_P_NSH) || (defined(HAVE_DECL_ETH_P_NSH) && HAVE_DECL_ETH_P_NSH)
589 static_assert((ETH_P_NSH) == (0x894F), "ETH_P_NSH != 0x894F");
592 # define ETH_P_NSH 0x894F
733 XLAT(ETH_P_NSH),
Dethernet_protocols.in85 ETH_P_NSH 0x894F /* Network Service Header */
/external/iproute2/include/uapi/linux/
Dif_ether.h103 #define ETH_P_NSH 0x894F /* Network Service Header */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h106 #define ETH_P_NSH 0x894F /* Network Service Header */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go444 ETH_P_NSH = 0x894f const
Dzerrors_linux_ppc64.go444 ETH_P_NSH = 0x894f const
Dzerrors_linux_arm.go444 ETH_P_NSH = 0x894f const
Dzerrors_linux_mips64.go444 ETH_P_NSH = 0x894f const
Dzerrors_linux_ppc64le.go444 ETH_P_NSH = 0x894f const
Dzerrors_linux_arm64.go445 ETH_P_NSH = 0x894f const
Dzerrors_linux_386.go444 ETH_P_NSH = 0x894f const
Dzerrors_linux_mips.go444 ETH_P_NSH = 0x894f const
Dzerrors_linux_s390x.go444 ETH_P_NSH = 0x894f const
Dzerrors_linux_mipsle.go444 ETH_P_NSH = 0x894f const
Dzerrors_linux_amd64.go444 ETH_P_NSH = 0x894f const
/external/strace/
DChangeLog11487 * xlat/ethernet_protocols.in: Add ETH_P_ERSPAN, ETH_P_NSH, ETH_P_IFE,