Home
last modified time | relevance | path

Searched refs:ETH_P_IFE (Results 1 – 17 of 17) sorted by relevance

/external/strace/xlat/
Dethernet_protocols.h629 #if defined(ETH_P_IFE) || (defined(HAVE_DECL_ETH_P_IFE) && HAVE_DECL_ETH_P_IFE)
631 static_assert((ETH_P_IFE) == (0xED3E), "ETH_P_IFE != 0xED3E");
634 # define ETH_P_IFE 0xED3E
739 XLAT(ETH_P_IFE),
Dethernet_protocols.in91 ETH_P_IFE 0xED3E /* ForCES inter-FE LFB type */
/external/iproute2/include/uapi/linux/
Dif_ether.h109 #define ETH_P_IFE 0xED3E /* ForCES inter-FE LFB type */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h112 #define ETH_P_IFE 0xED3E /* ForCES inter-FE LFB type */ macro
/external/iproute2/tc/
Dm_ife.c193 fprintf(stderr, "IFE type 0x%04X\n", ETH_P_IFE); in parse_ife()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go427 ETH_P_IFE = 0xed3e const
Dzerrors_linux_ppc64.go427 ETH_P_IFE = 0xed3e const
Dzerrors_linux_arm.go427 ETH_P_IFE = 0xed3e const
Dzerrors_linux_mips64.go427 ETH_P_IFE = 0xed3e const
Dzerrors_linux_ppc64le.go427 ETH_P_IFE = 0xed3e const
Dzerrors_linux_arm64.go428 ETH_P_IFE = 0xed3e const
Dzerrors_linux_386.go427 ETH_P_IFE = 0xed3e const
Dzerrors_linux_mips.go427 ETH_P_IFE = 0xed3e const
Dzerrors_linux_s390x.go427 ETH_P_IFE = 0xed3e const
Dzerrors_linux_mipsle.go427 ETH_P_IFE = 0xed3e const
Dzerrors_linux_amd64.go427 ETH_P_IFE = 0xed3e const
/external/strace/
DChangeLog11487 * xlat/ethernet_protocols.in: Add ETH_P_ERSPAN, ETH_P_NSH, ETH_P_IFE,