Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 25 of 59) sorted by relevance

123

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-process_madvise.c34 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()
Dtst-scm_rights.c43 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()
Dtst-pidfd.c35 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/
Dtst-support-namespace.c47 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/
DImplies1 # The directory unix/inet implements sockets and networking in the usual way.
/glibc-2.36/manual/
Dsocket.texi6 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 …]
Dllio.texi2038 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
Derrno.texi490 don't make sense for all types of sockets, and others may not be
Dintro.texi920 functions (@pxref{BSD Signal Handling}), and sockets (@pxref{Sockets}).
Dsignal.texi585 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/
Derr_kern.sub138 "(os/unix) operation is not supported on sockets",
/glibc-2.36/po/
Dlt.po1367 #. TRANS don't make sense for all types of sockets, and others may not be
Dhu.po1272 #. TRANS don't make sense for all types of sockets, and others may not be
Del.po2451 #. TRANS don't make sense for all types of sockets, and others may not be
Dsl.po2499 #. TRANS don't make sense for all types of sockets, and others may not be
Dnb.po2538 #. TRANS don't make sense for all types of sockets, and others may not be
Den_GB.po2756 #. TRANS don't make sense for all types of sockets, and others may not be
Deo.po3247 #. TRANS don't make sense for all types of sockets, and others may not be
Dsk.po3916 #. TRANS don't make sense for all types of sockets, and others may not be
Dgl.po3884 #. TRANS don't make sense for all types of sockets, and others may not be
Dja.po5126 #. TRANS don't make sense for all types of sockets, and others may not be
Dlibc.pot5739 #. TRANS don't make sense for all types of sockets, and others may not be
Dbg.po5859 #. TRANS don't make sense for all types of sockets, and others may not be
/glibc-2.36/ChangeLog.old/
DChangeLog.92759 Linux AF_NETLINK sockets (needed since the kernel version is
3286 AF_ECONET sockets as found in recent Linux 2.1 kernels.
DChangeLog.74827 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).

123