/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-process_madvise.c | 34 static int sockets[2]; variable 57 xsendto (sockets[1], &(struct iovec) { p1, page_size * 2 }, in subprocess() 60 xsendto (sockets[1], &(struct iovec) { p2, page_size }, in subprocess() 82 TEST_COMPARE (socketpair (AF_UNIX, SOCK_STREAM, 0, sockets), 0); in do_test() 87 xclose (sockets[0]); in do_test() 90 xclose (sockets[1]); in do_test() 100 xrecvfrom (sockets[0], &iv, sizeof (iv), 0, NULL, 0); in do_test() 110 xrecvfrom (sockets[0], &iv, sizeof (iv), 0, NULL, 0); in do_test()
|
D | tst-scm_rights.c | 43 static int sockets[2]; variable 81 ret = sendmmsg (sockets[1], &mmhdr, 1, 0); in subprocess() 86 ret = sendmsg (sockets[1], &mmhdr.msg_hdr, 0); in subprocess() 100 TEST_COMPARE (socketpair (AF_UNIX, SOCK_STREAM, 0, sockets), 0); in one_test() 139 ret = recvmmsg (sockets[0], &mmhdr, 1, 0, NULL); in one_test() 144 ret = recvmsg (sockets[0], &mmhdr.msg_hdr, 0); in one_test() 173 xclose (sockets[0]); in one_test() 174 xclose (sockets[1]); in one_test()
|
D | tst-pidfd.c | 35 static int sockets[2]; variable 81 xsendto (sockets[1], &remote_fd, sizeof (remote_fd), 0, NULL, 0); in subprocess() 105 TEST_COMPARE (socketpair (AF_UNIX, SOCK_STREAM, 0, sockets), 0); in do_test() 110 xclose (sockets[0]); in do_test() 113 xclose (sockets[1]); in do_test() 142 xrecvfrom (sockets[0], &remote_fd, sizeof (remote_fd), 0, NULL, 0); in do_test()
|
/glibc-2.36/support/ |
D | tst-support-namespace.c | 47 int sockets[3]; in test_localhost_bind() local 50 sockets[i] = xsocket in test_localhost_bind() 52 xbind (sockets[i], ai[i]->ai_addr, ai[i]->ai_addrlen); in test_localhost_bind() 73 TEST_VERIFY (recv (sockets[i], &buf, sizeof (buf), 0) == sizeof (buf)); in test_localhost_bind() 79 TEST_VERIFY (recv (sockets[i], &buf, sizeof (buf), 0) == sizeof (buf)); in test_localhost_bind() 82 TEST_VERIFY (recv (sockets[i], &buf, sizeof (buf), MSG_DONTWAIT) == -1); in test_localhost_bind() 90 xclose (sockets[i]); in test_localhost_bind()
|
/glibc-2.36/sysdeps/unix/bsd/ |
D | Implies | 1 # The directory unix/inet implements sockets and networking in the usual way.
|
/glibc-2.36/manual/ |
D | socket.texi | 6 communication using sockets. 9 @cindex interprocess communication, with sockets 12 sockets support communication between unrelated processes, and even 16 other familiar network programs use sockets. 18 Not all operating systems support sockets. In @theglibc{}, the 21 not really support sockets these functions always fail. 36 * Open/Close Sockets:: Creating sockets and destroying them. 37 * Connections:: Operations on sockets with connection state. 38 * Datagrams:: Operations on datagram sockets. 61 @cindex stream (sockets) [all …]
|
D | llio.texi | 2038 via pipes or sockets. 2055 sockets blocks and interacts with @code{select} just as @code{read} does 2211 input from multiple sockets in @ref{Server Example}. 4591 Although some such objects such as sockets and terminals
|
D | errno.texi | 490 don't make sense for all types of sockets, and others may not be
|
D | intro.texi | 920 functions (@pxref{BSD Signal Handling}), and sockets (@pxref{Sockets}).
|
D | signal.texi | 585 On most operating systems, terminals and sockets are the only kinds of 2111 record-oriented devices (including datagram sockets; @pxref{Datagrams}),
|
/glibc-2.36/mach/ |
D | err_kern.sub | 138 "(os/unix) operation is not supported on sockets",
|
/glibc-2.36/po/ |
D | lt.po | 1367 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | hu.po | 1272 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | el.po | 2451 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | sl.po | 2499 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | nb.po | 2538 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | en_GB.po | 2756 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | eo.po | 3247 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | sk.po | 3916 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | gl.po | 3884 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | ja.po | 5126 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | libc.pot | 5739 #. TRANS don't make sense for all types of sockets, and others may not be
|
D | bg.po | 5859 #. TRANS don't make sense for all types of sockets, and others may not be
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.9 | 2759 Linux AF_NETLINK sockets (needed since the kernel version is 3286 AF_ECONET sockets as found in recent Linux 2.1 kernels.
|
D | ChangeLog.7 | 4827 previous connection failed, but first check if the sockets exist 4838 previous `bind' before creating sockets. 4984 * nis/ypclnt.c: Make sure, that all sockets are closed. 12046 (needed for IPv6 basic sockets API).
|