Home
last modified time | relevance | path

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

/external/strace/xlat/
Dethernet_protocols.h482 #if defined(ETH_P_ERSPAN) || (defined(HAVE_DECL_ETH_P_ERSPAN) && HAVE_DECL_ETH_P_ERSPAN)
484 static_assert((ETH_P_ERSPAN) == (0x88BE), "ETH_P_ERSPAN != 0x88BE");
487 # define ETH_P_ERSPAN 0x88BE
718 XLAT(ETH_P_ERSPAN),
Dethernet_protocols.in70 ETH_P_ERSPAN 0x88BE /* ERSPAN type II */
/external/iproute2/include/uapi/linux/
Dif_ether.h70 #define ETH_P_ERSPAN 0x88BE /* ERSPAN type II */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h72 #define ETH_P_ERSPAN 0x88BE /* ERSPAN type II */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const125 ETH_P_ERSPAN = 35006
Dvnet_amd64.const125 ETH_P_ERSPAN = 35006
Dvnet_arm.const125 ETH_P_ERSPAN = 35006
Dvnet_386.const125 ETH_P_ERSPAN = 35006
Dvnet_ppc64le.const125 ETH_P_ERSPAN = 35006
Dvnet.txt108 …H_P_SCA, ETH_P_TEB, ETH_P_RARP, ETH_P_ATALK, ETH_P_AARP, ETH_P_8021Q, ETH_P_ERSPAN, ETH_P_ERSPAN2,…
897 erspan1 gre_packet_erspan[ETH_P_ERSPAN, erspan_md1]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go417 ETH_P_ERSPAN = 0x88be const
Dzerrors_linux_s390x.go417 ETH_P_ERSPAN = 0x88be const
Dzerrors_linux_arm.go417 ETH_P_ERSPAN = 0x88be const
Dzerrors_linux_ppc64le.go417 ETH_P_ERSPAN = 0x88be const
Dzerrors_linux_mips64.go417 ETH_P_ERSPAN = 0x88be const
Dzerrors_linux_ppc64.go417 ETH_P_ERSPAN = 0x88be const
Dzerrors_linux_amd64.go417 ETH_P_ERSPAN = 0x88be const
Dzerrors_linux_mips64le.go417 ETH_P_ERSPAN = 0x88be const
Dzerrors_linux_386.go417 ETH_P_ERSPAN = 0x88be const
Dzerrors_linux_mips.go417 ETH_P_ERSPAN = 0x88be const
Dzerrors_linux_arm64.go418 ETH_P_ERSPAN = 0x88be const
/external/strace/
DChangeLog11487 * xlat/ethernet_protocols.in: Add ETH_P_ERSPAN, ETH_P_NSH, ETH_P_IFE,