Home
last modified time | relevance | path

Searched refs:SOCK_DGRAM (Results 1 – 25 of 43) sorted by relevance

12

/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dsocket_type.h26 SOCK_DGRAM = 1, /* Connectionless, unreliable datagrams enumerator
28 #define SOCK_DGRAM SOCK_DGRAM macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsocket_type.h29 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator
31 #define SOCK_DGRAM SOCK_DGRAM macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dsocket_type.h29 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator
31 #define SOCK_DGRAM SOCK_DGRAM macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsocket_type.h29 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator
31 #define SOCK_DGRAM SOCK_DGRAM macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket_type.h29 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator
31 #define SOCK_DGRAM SOCK_DGRAM macro
/glibc-2.36/misc/
Dsyslog.c45 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/
Dif_index.c35 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/
Dsocket.h46 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator
48 #define SOCK_DGRAM SOCK_DGRAM macro
/glibc-2.36/bits/
Dsocket.h45 SOCK_DGRAM = 2, /* Connectionless, unreliable datagrams enumerator
47 #define SOCK_DGRAM SOCK_DGRAM macro
/glibc-2.36/nptl/
Dtst-cancel4_1.c45 tempfd = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_sendmmsg()
66 tempfd2 = socket (AF_UNIX, SOCK_DGRAM, 0); in tf_sendmmsg()
Dtst-cancel4_2.c40 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/
Drtime.c86 type = SOCK_DGRAM; in rtime()
94 if (type == SOCK_DGRAM) in rtime()
Dtst-udp-error.c40 int fd = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_test()
Dtst-udp-garbage.c68 server_fd = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, IPPROTO_UDP); in do_test()
Dtst-svc_register.c208 int rpcbind_sock = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_test()
/glibc-2.36/support/
Dtst-support-namespace.c38 .ai_socktype = SOCK_DGRAM, in test_localhost_bind()
56 int client = xsocket (AF_INET, SOCK_DGRAM, IPPROTO_UDP); in test_localhost_bind()
Dsupport_enter_network_namespace.c47 int fd = xsocket (AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0); in support_enter_network_namespace()
/glibc-2.36/sysdeps/pthread/
Dtst-cancel4.c684 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/
Dtst-socket-timestamp-compat.c34 int s = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_sendto()
244 srv = xsocket (AF_INET, SOCK_DGRAM, 0); in do_test()
Dtst-socket-timestamp.c45 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/
Dopensock.c28 int type = SOCK_DGRAM | SOCK_CLOEXEC; in __opensock()
/glibc-2.36/manual/examples/
Dmkfsock.c34 sock = socket (PF_LOCAL, SOCK_DGRAM, 0); in make_named_socket()
/glibc-2.36/posix/
Dtst-getaddrinfo2.c46 got_udp |= pai->ai_socktype == SOCK_DGRAM; in do_test()
/glibc-2.36/sysdeps/gnu/
Difaddrs.c40 int fd = __socket (AF_INET, SOCK_DGRAM, 0); in __getifaddrs()
/glibc-2.36/inet/
Dtst-inet6_scopeid_pton.c67 .ai_socktype = SOCK_DGRAM, in call_gai()

12