Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Daf_packet_types.h34 #if defined(PACKET_OUTGOING) || (defined(HAVE_DECL_PACKET_OUTGOING) && HAVE_DECL_PACKET_OUTGOING)
36 static_assert((PACKET_OUTGOING) == (4), "PACKET_OUTGOING != 4");
39 # define PACKET_OUTGOING 4
77 [PACKET_OUTGOING] = XLAT(PACKET_OUTGOING),
Daf_packet_types.in6 PACKET_OUTGOING 4
/external/kernel-headers/original/uapi/linux/
Dif_packet.h29 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
/external/iproute2/include/uapi/linux/
Dif_packet.h29 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
/external/scapy/scapy/arch/
Dlinux.py87 PACKET_OUTGOING = 4 # Outgoing of any type variable
437 if sa_ll[2] == socket.PACKET_OUTGOING:
531 if sa_ll[2] == socket.PACKET_OUTGOING:
/external/syzkaller/sys/linux/
Dsocket_netlink_route_sched_arm.const24 PACKET_OUTGOING = 4
Dsocket_netlink_route_sched_ppc64le.const24 PACKET_OUTGOING = 4
Dsocket_netlink_route_sched_386.const24 PACKET_OUTGOING = 4
Dsocket_netlink_route_sched_amd64.const24 PACKET_OUTGOING = 4
Dsocket_netlink_route_sched_arm64.const24 PACKET_OUTGOING = 4
Dsocket_netlink_route_sched.txt1106 packet_types = PACKET_HOST, PACKET_BROADCAST, PACKET_MULTICAST, PACKET_OTHERHOST, PACKET_OUTGOING, …
/external/scapy/scapy/
Dsupersocket.py85 if sa_ll[2] == socket.PACKET_OUTGOING:
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go966 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_mipsle.go1208 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_s390x.go1207 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_arm.go1207 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_ppc64le.go1209 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_mips64.go1208 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_ppc64.go1209 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_amd64.go1209 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_mips64le.go1208 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_386.go1209 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_mips.go1208 PACKET_OUTGOING = 0x4 const
Dzerrors_linux_arm64.go1210 PACKET_OUTGOING = 0x4 const
/external/python/cpython2/Modules/
Dsocketmodule.c4839 #ifdef PACKET_OUTGOING
4840 PyModule_AddIntMacro(m, PACKET_OUTGOING);

12