Searched refs:PACKET_LOOPBACK (Results 1 – 25 of 25) sorted by relevance
/external/strace/xlat/ |
D | af_packet_types.h | 41 #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),
|
D | af_packet_types.in | 7 PACKET_LOOPBACK 5
|
/external/iproute2/include/uapi/linux/ |
D | if_packet.h | 30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_packet.h | 30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route_sched_arm.const | 21 PACKET_LOOPBACK = 5
|
D | socket_netlink_route_sched_ppc64le.const | 21 PACKET_LOOPBACK = 5
|
D | socket_netlink_route_sched_386.const | 21 PACKET_LOOPBACK = 5
|
D | socket_netlink_route_sched_amd64.const | 21 PACKET_LOOPBACK = 5
|
D | socket_netlink_route_sched_arm64.const | 21 PACKET_LOOPBACK = 5
|
D | socket_netlink_route_sched.txt | 1106 …CKET_BROADCAST, PACKET_MULTICAST, PACKET_OTHERHOST, PACKET_OUTGOING, PACKET_LOOPBACK, PACKET_USER,…
|
/external/scapy/scapy/arch/ |
D | linux.py | 88 PACKET_LOOPBACK = 5 # MC/BRD frame looped back variable
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 957 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_mips64le.go | 1199 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_ppc64.go | 1200 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_arm.go | 1198 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_mips64.go | 1199 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_ppc64le.go | 1200 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_arm64.go | 1201 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_386.go | 1200 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_mips.go | 1199 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_s390x.go | 1198 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_mipsle.go | 1199 PACKET_LOOPBACK = 0x5 const
|
D | zerrors_linux_amd64.go | 1200 PACKET_LOOPBACK = 0x5 const
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 4842 #ifdef PACKET_LOOPBACK 4843 PyModule_AddIntMacro(m, PACKET_LOOPBACK);
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7075 #ifdef PACKET_LOOPBACK 7076 PyModule_AddIntMacro(m, PACKET_LOOPBACK);
|