Home
last modified time | relevance | path

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

/external/strace/xlat/
Dethernet_protocols.h566 #if defined(ETH_P_IBOE) || (defined(HAVE_DECL_ETH_P_IBOE) && HAVE_DECL_ETH_P_IBOE)
568 static_assert((ETH_P_IBOE) == (0x8915), "ETH_P_IBOE != 0x8915");
571 # define ETH_P_IBOE 0x8915
730 XLAT(ETH_P_IBOE),
Dethernet_protocols.in82 ETH_P_IBOE 0x8915 /* Infiniband over Ethernet */
/external/iproute2/include/uapi/linux/
Dif_ether.h98 #define ETH_P_IBOE 0x8915 /* Infiniband over Ethernet */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h101 #define ETH_P_IBOE 0x8915 /* Infiniband over Ethernet */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go423 ETH_P_IBOE = 0x8915 const
Dzerrors_linux_ppc64.go423 ETH_P_IBOE = 0x8915 const
Dzerrors_linux_arm.go423 ETH_P_IBOE = 0x8915 const
Dzerrors_linux_mips64.go423 ETH_P_IBOE = 0x8915 const
Dzerrors_linux_ppc64le.go423 ETH_P_IBOE = 0x8915 const
Dzerrors_linux_arm64.go424 ETH_P_IBOE = 0x8915 const
Dzerrors_linux_386.go423 ETH_P_IBOE = 0x8915 const
Dzerrors_linux_mips.go423 ETH_P_IBOE = 0x8915 const
Dzerrors_linux_s390x.go423 ETH_P_IBOE = 0x8915 const
Dzerrors_linux_mipsle.go423 ETH_P_IBOE = 0x8915 const
Dzerrors_linux_amd64.go423 ETH_P_IBOE = 0x8915 const
/external/strace/
DChangeLog7033 (ETH_P_IBOE): New constant, introduced in commit v4.11-rc1~73^2~74.