/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | socket_type.h | 26 SOCK_DGRAM = 1, /* Connectionless, unreliable datagrams enumerator 28 #define SOCK_DGRAM SOCK_DGRAM macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | socket_type.h | 29 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator 31 #define SOCK_DGRAM SOCK_DGRAM macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/ |
D | socket_type.h | 29 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator 31 #define SOCK_DGRAM SOCK_DGRAM macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | socket_type.h | 29 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator 31 #define SOCK_DGRAM SOCK_DGRAM macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | socket_type.h | 29 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator 31 #define SOCK_DGRAM SOCK_DGRAM macro
|
/glibc-2.36/misc/ |
D | syslog.c | 45 static int LogType = SOCK_DGRAM; /* type of socket connection */ 321 LogType = LogType == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM; in openlog_internal() 365 LogType = SOCK_DGRAM; /* this is the default */ in closelog()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | if_index.c | 35 int fd = __socket (AF_INET, SOCK_DGRAM, 0); in __if_nametoindex() 87 int fd = __socket (AF_INET, SOCK_DGRAM, 0); in weak_alias() 172 int fd = __socket (AF_INET, SOCK_DGRAM, 0); in weak_alias()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | socket.h | 46 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator 48 #define SOCK_DGRAM SOCK_DGRAM macro
|
/glibc-2.36/bits/ |
D | socket.h | 45 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator 47 #define SOCK_DGRAM SOCK_DGRAM macro
|
/glibc-2.36/nptl/ |
D | tst-cancel4_1.c | 45 tempfd = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_sendmmsg() 66 tempfd2 = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_sendmmsg()
|
D | tst-cancel4_2.c | 40 tempfd = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_recvmmsg() 62 tempfd2 = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_recvmmsg()
|
/glibc-2.36/sunrpc/ |
D | rtime.c | 86 type = SOCK_DGRAM; in rtime() 94 if (type == SOCK_DGRAM) in rtime()
|
D | tst-udp-error.c | 40 int fd = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_test()
|
D | tst-udp-garbage.c | 68 server_fd = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, IPPROTO_UDP); in do_test()
|
D | tst-svc_register.c | 208 int rpcbind_sock = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_test()
|
/glibc-2.36/support/ |
D | tst-support-namespace.c | 38 .ai_socktype = SOCK_DGRAM, in test_localhost_bind() 56 int client = xsocket (AF_INET, SOCK_DGRAM, IPPROTO_UDP); in test_localhost_bind()
|
D | support_enter_network_namespace.c | 47 int fd = xsocket (AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0); in support_enter_network_namespace()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel4.c | 684 int pf = arg == NULL ? SOCK_STREAM : SOCK_DGRAM; in tf_accept() 840 tempfd = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_recvfrom() 860 tempfd2 = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_recvfrom() 888 tempfd = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_recvmsg() 908 tempfd2 = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_recvmsg() 1325 tempfd = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_sendmsg() 1344 tempfd2 = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_sendmsg()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-socket-timestamp-compat.c | 34 int s = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_sendto() 244 srv = xsocket (AF_INET, SOCK_DGRAM, 0); in do_test()
|
D | tst-socket-timestamp.c | 45 int s = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_sendto() 308 srv = xsocket (AF_INET, SOCK_DGRAM, 0); in do_test()
|
/glibc-2.36/socket/ |
D | opensock.c | 28 int type = SOCK_DGRAM | SOCK_CLOEXEC; in __opensock()
|
/glibc-2.36/manual/examples/ |
D | mkfsock.c | 34 sock = socket (PF_LOCAL, SOCK_DGRAM, 0); in make_named_socket()
|
/glibc-2.36/posix/ |
D | tst-getaddrinfo2.c | 46 got_udp |= pai->ai_socktype == SOCK_DGRAM; in do_test()
|
/glibc-2.36/sysdeps/gnu/ |
D | ifaddrs.c | 40 int fd = __socket (AF_INET, SOCK_DGRAM, 0); in __getifaddrs()
|
/glibc-2.36/inet/ |
D | tst-inet6_scopeid_pton.c | 67 .ai_socktype = SOCK_DGRAM, in call_gai()
|