Searched refs:SOCK_RAW (Results 1 – 11 of 11) sorted by relevance
/sysdeps/unix/sysv/linux/bits/ |
A D | socket_type.h | 32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 33 #define SOCK_RAW SOCK_RAW macro
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | socket_type.h | 32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 33 #define SOCK_RAW SOCK_RAW macro
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | socket_type.h | 32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 33 #define SOCK_RAW SOCK_RAW macro
|
/sysdeps/unix/sysv/linux/hppa/bits/ |
A D | socket_type.h | 32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 33 #define SOCK_RAW SOCK_RAW macro
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | socket_type.h | 32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 33 #define SOCK_RAW SOCK_RAW macro
|
/sysdeps/mach/hurd/bits/ |
A D | socket.h | 49 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 50 #define SOCK_RAW SOCK_RAW macro
|
/sysdeps/unix/sysv/linux/ |
A D | check_native.c | 44 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_native()
|
A D | mq_notify.c | 159 netlink_socket = __socket (AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, 0); in init_mq_netlink()
|
A D | check_pf.c | 316 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_pf()
|
A D | ifaddrs.c | 257 h->fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __netlink_open()
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 140 { SOCK_RAW, 0, GAI_PROTO_PROTOANY|GAI_PROTO_NOSERVICE, true, "raw" },
|
Completed in 15 milliseconds