Home
last modified time | relevance | path

Searched refs:ETH_P_NCSI (Results 1 – 22 of 22) sorted by relevance

/external/strace/xlat/
Dethernet_protocols.h531 #if defined(ETH_P_NCSI) || (defined(HAVE_DECL_ETH_P_NCSI) && HAVE_DECL_ETH_P_NCSI)
533 static_assert((ETH_P_NCSI) == (0x88F8), "ETH_P_NCSI != 0x88F8");
536 # define ETH_P_NCSI 0x88F8
725 XLAT(ETH_P_NCSI),
Dethernet_protocols.in77 ETH_P_NCSI 0x88F8 /* NCSI protocol */
/external/iproute2/include/uapi/linux/
Dif_ether.h95 #define ETH_P_NCSI 0x88F8 /* NCSI protocol */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h98 #define ETH_P_NCSI 0x88F8 /* NCSI protocol */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const149 ETH_P_NCSI = 35064
Dvnet_amd64.const149 ETH_P_NCSI = 35064
Dvnet_arm.const149 ETH_P_NCSI = 35064
Dvnet_386.const149 ETH_P_NCSI = 35064
Dvnet_ppc64le.const149 ETH_P_NCSI = 35064
Dvnet.txt108 …2_EX1, ETH_P_TIPC, ETH_P_MACSEC, ETH_P_8021AH, ETH_P_MVRP, ETH_P_1588, ETH_P_NCSI, ETH_P_PRP, ETH_…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go443 ETH_P_NCSI = 0x88f8 const
Dzerrors_linux_s390x.go443 ETH_P_NCSI = 0x88f8 const
Dzerrors_linux_arm.go443 ETH_P_NCSI = 0x88f8 const
Dzerrors_linux_ppc64le.go443 ETH_P_NCSI = 0x88f8 const
Dzerrors_linux_mips64.go443 ETH_P_NCSI = 0x88f8 const
Dzerrors_linux_ppc64.go443 ETH_P_NCSI = 0x88f8 const
Dzerrors_linux_amd64.go443 ETH_P_NCSI = 0x88f8 const
Dzerrors_linux_mips64le.go443 ETH_P_NCSI = 0x88f8 const
Dzerrors_linux_386.go443 ETH_P_NCSI = 0x88f8 const
Dzerrors_linux_mips.go443 ETH_P_NCSI = 0x88f8 const
Dzerrors_linux_arm64.go444 ETH_P_NCSI = 0x88f8 const
/external/strace/
DChangeLog25764 * xlat/ethernet_protocols.in: Add ETH_P_NCSI introduced by linux kernel