Home
last modified time | relevance | path

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

/external/strace/xlat/
Daf_packet_types.h41 #if defined(PACKET_LOOPBACK) || (defined(HAVE_DECL_PACKET_LOOPBACK) && HAVE_DECL_PACKET_LOOPBACK)
43 static_assert((PACKET_LOOPBACK) == (5), "PACKET_LOOPBACK != 5");
46 # define PACKET_LOOPBACK 5
78 [PACKET_LOOPBACK] = XLAT(PACKET_LOOPBACK),
Daf_packet_types.in7 PACKET_LOOPBACK 5
/external/kernel-headers/original/uapi/linux/
Dif_packet.h30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/external/iproute2/include/uapi/linux/
Dif_packet.h30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/external/syzkaller/sys/linux/
Dsocket_netlink_route_sched_arm.const21 PACKET_LOOPBACK = 5
Dsocket_netlink_route_sched_ppc64le.const21 PACKET_LOOPBACK = 5
Dsocket_netlink_route_sched_386.const21 PACKET_LOOPBACK = 5
Dsocket_netlink_route_sched_amd64.const21 PACKET_LOOPBACK = 5
Dsocket_netlink_route_sched_arm64.const21 PACKET_LOOPBACK = 5
Dsocket_netlink_route_sched.txt1106 …CKET_BROADCAST, PACKET_MULTICAST, PACKET_OTHERHOST, PACKET_OUTGOING, PACKET_LOOPBACK, PACKET_USER,…
/external/scapy/scapy/arch/
Dlinux.py88 PACKET_LOOPBACK = 5 # MC/BRD frame looped back variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go957 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_mipsle.go1199 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_s390x.go1198 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_arm.go1198 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_ppc64le.go1200 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_mips64.go1199 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_ppc64.go1200 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_amd64.go1200 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_mips64le.go1199 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_386.go1200 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_mips.go1199 PACKET_LOOPBACK = 0x5 const
Dzerrors_linux_arm64.go1201 PACKET_LOOPBACK = 0x5 const
/external/python/cpython2/Modules/
Dsocketmodule.c4842 #ifdef PACKET_LOOPBACK
4843 PyModule_AddIntMacro(m, PACKET_LOOPBACK);
/external/python/cpython3/Modules/
Dsocketmodule.c7075 #ifdef PACKET_LOOPBACK
7076 PyModule_AddIntMacro(m, PACKET_LOOPBACK);