Home
last modified time | relevance | path

Searched refs:ETH_P_LOOP (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dethernet_protocols.h153 #if defined(ETH_P_LOOP) || (defined(HAVE_DECL_ETH_P_LOOP) && HAVE_DECL_ETH_P_LOOP)
155 static_assert((ETH_P_LOOP) == (0x0060), "ETH_P_LOOP != 0x0060");
158 # define ETH_P_LOOP 0x0060
671 XLAT(ETH_P_LOOP),
Dethernet_protocols.in23 ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */
/external/libnl/include/linux-private/linux/
Dif_ether.h42 #define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */ macro
/external/iproute2/include/uapi/linux/
Dif_ether.h46 #define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h47 #define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const141 ETH_P_LOOP = 96
Dvnet_amd64.const141 ETH_P_LOOP = 96
Dvnet_arm.const141 ETH_P_LOOP = 96
Dvnet_386.const141 ETH_P_LOOP = 96
Dvnet_ppc64le.const141 ETH_P_LOOP = 96
/external/strace/tests-mx32/
Dnetlink_sock_diag.c332 .sdiag_protocol = ETH_P_LOOP, in test_packet_diag_req()
/external/strace/tests-m32/
Dnetlink_sock_diag.c332 .sdiag_protocol = ETH_P_LOOP, in test_packet_diag_req()
/external/strace/tests/
Dnetlink_sock_diag.c332 .sdiag_protocol = ETH_P_LOOP, in test_packet_diag_req()
/external/libnl/lib/
Dutils.c748 __ADD(ETH_P_LOOP,loop)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go403 ETH_P_LOOP = 0x60 const
Dzerrors_linux_mipsle.go435 ETH_P_LOOP = 0x60 const
Dzerrors_linux_s390x.go435 ETH_P_LOOP = 0x60 const
Dzerrors_linux_arm.go435 ETH_P_LOOP = 0x60 const
Dzerrors_linux_ppc64le.go435 ETH_P_LOOP = 0x60 const
Dzerrors_linux_mips64.go435 ETH_P_LOOP = 0x60 const
Dzerrors_linux_ppc64.go435 ETH_P_LOOP = 0x60 const
Dzerrors_linux_amd64.go435 ETH_P_LOOP = 0x60 const
Dzerrors_linux_mips64le.go435 ETH_P_LOOP = 0x60 const
Dzerrors_linux_386.go435 ETH_P_LOOP = 0x60 const
/external/iproute2/ip/
Diplink.c1166 .sll_protocol = htons(ETH_P_LOOP), in get_address()

12