/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | socket_type.h | 32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 33 #define SOCK_RAW SOCK_RAW macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | socket_type.h | 32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 33 #define SOCK_RAW SOCK_RAW macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/ |
D | socket_type.h | 32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 33 #define SOCK_RAW SOCK_RAW macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | socket_type.h | 32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 33 #define SOCK_RAW SOCK_RAW macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | socket_type.h | 32 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 33 #define SOCK_RAW SOCK_RAW macro
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | socket.h | 49 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 50 #define SOCK_RAW SOCK_RAW macro
|
/glibc-2.36/bits/ |
D | socket.h | 48 SOCK_RAW = 3, /* Raw protocol interface. */ enumerator 49 #define SOCK_RAW SOCK_RAW macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | check_native.c | 44 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_native()
|
D | mq_notify.c | 159 netlink_socket = __socket (AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, 0); in init_mq_netlink()
|
D | check_pf.c | 316 int fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __check_pf()
|
D | ifaddrs.c | 257 h->fd = __socket (PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE); in __netlink_open()
|
/glibc-2.36/support/ |
D | support_format_addrinfo.c | 126 case SOCK_RAW: in format_ai_one()
|
/glibc-2.36/nss/ |
D | getent.c | 371 else if (runp->ai_socktype == SOCK_RAW) in ahosts_keys_int()
|
/glibc-2.36/nscd/ |
D | connections.c | 813 SOCK_RAW | SOCK_CLOEXEC | SOCK_NONBLOCK, in nscd_init()
|
/glibc-2.36/sysdeps/posix/ |
D | getaddrinfo.c | 146 { SOCK_RAW, 0, GAI_PROTO_PROTOANY|GAI_PROTO_NOSERVICE, true, "raw" },
|
/glibc-2.36/manual/ |
D | socket.texi | 227 @deftypevr Macro int SOCK_RAW
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 2048 * sysdeps/posix/getaddrinfo.c: Add support for SOCK_RAW.
|