Home
last modified time | relevance | path

Searched refs:SOCK_RAW (Results 1 – 11 of 11) sorted by relevance

/sysdeps/unix/sysv/linux/bits/
A Dsocket_type.h32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator
33 #define SOCK_RAW SOCK_RAW macro
/sysdeps/unix/sysv/linux/mips/bits/
A Dsocket_type.h32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator
33 #define SOCK_RAW SOCK_RAW macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dsocket_type.h32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator
33 #define SOCK_RAW SOCK_RAW macro
/sysdeps/unix/sysv/linux/hppa/bits/
A Dsocket_type.h32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator
33 #define SOCK_RAW SOCK_RAW macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dsocket_type.h32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator
33 #define SOCK_RAW SOCK_RAW macro
/sysdeps/mach/hurd/bits/
A Dsocket.h49 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator
50 #define SOCK_RAW SOCK_RAW macro
/sysdeps/unix/sysv/linux/
A Dcheck_native.c44 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_native()
A Dmq_notify.c159 netlink_socket = __socket (AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, 0); in init_mq_netlink()
A Dcheck_pf.c316 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_pf()
A Difaddrs.c257 h->fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __netlink_open()
/sysdeps/posix/
A Dgetaddrinfo.c140 { SOCK_RAW, 0, GAI_PROTO_PROTOANY|GAI_PROTO_NOSERVICE, true, "raw" },

Completed in 15 milliseconds