Home
last modified time | relevance | path

Searched refs:PACKET_USER (Results 1 – 24 of 24) sorted by relevance

/external/strace/xlat/
Daf_packet_types.h48 #if defined(PACKET_USER) || (defined(HAVE_DECL_PACKET_USER) && HAVE_DECL_PACKET_USER)
50 static_assert((PACKET_USER) == (6), "PACKET_USER != 6");
53 # define PACKET_USER 6
79 [PACKET_USER] = XLAT(PACKET_USER),
Daf_packet_types.in8 PACKET_USER 6
/external/kernel-headers/original/uapi/linux/
Dif_packet.h31 #define PACKET_USER 6 /* To user space */ macro
/external/iproute2/include/uapi/linux/
Dif_packet.h31 #define PACKET_USER 6 /* To user space */ macro
/external/syzkaller/sys/linux/
Dsocket_netlink_route_sched_arm.const25 PACKET_USER = 6
Dsocket_netlink_route_sched_ppc64le.const25 PACKET_USER = 6
Dsocket_netlink_route_sched_386.const25 PACKET_USER = 6
Dsocket_netlink_route_sched_amd64.const25 PACKET_USER = 6
Dsocket_netlink_route_sched_arm64.const25 PACKET_USER = 6
Dsocket_netlink_route_sched.txt1106 …T, PACKET_MULTICAST, PACKET_OTHERHOST, PACKET_OUTGOING, PACKET_LOOPBACK, PACKET_USER, PACKET_KERNEL
/external/scapy/scapy/arch/
Dlinux.py89 PACKET_USER = 6 # To user space variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go977 PACKET_USER = 0x6 const
Dzerrors_linux_mipsle.go1219 PACKET_USER = 0x6 const
Dzerrors_linux_s390x.go1218 PACKET_USER = 0x6 const
Dzerrors_linux_arm.go1218 PACKET_USER = 0x6 const
Dzerrors_linux_ppc64le.go1220 PACKET_USER = 0x6 const
Dzerrors_linux_mips64.go1219 PACKET_USER = 0x6 const
Dzerrors_linux_ppc64.go1220 PACKET_USER = 0x6 const
Dzerrors_linux_amd64.go1220 PACKET_USER = 0x6 const
Dzerrors_linux_mips64le.go1219 PACKET_USER = 0x6 const
Dzerrors_linux_386.go1220 PACKET_USER = 0x6 const
Dzerrors_linux_mips.go1219 PACKET_USER = 0x6 const
Dzerrors_linux_arm64.go1221 PACKET_USER = 0x6 const
/external/strace/
DChangeLog4018 (PACKET_USER, PACKET_KERNEL): New constants, introduced by Linux commit