Lines Matching full:sockets
48 known as \fIsockets\fP. Each socket has the potential to exchange
49 information with other sockets of an appropriate type within the domain.
98 no standard protocols to provide SOCK_RDM or SOCK_SEQPACKET sockets exist.
102 Sockets may be \fIconnected\fP or \fIunconnected\fP. An unconnected
119 Datagram sockets need not establish connections before use.
129 Datagram sockets may have default bindings established when first
142 Domains may support sockets with several names.
172 Although datagram sockets do not establish connections,
173 the \fIconnect\fP call may be used with such sockets
180 It is also possible to create connected pairs of sockets without
199 creates a pair of SOCK_STREAM sockets in the UNIX domain,
285 Using read and write with sockets
288 applied to connected sockets and translated into \fIsend\fP and \fIreceive\fP
312 Sockets, and their underlying communication protocols, may
338 Types of sockets
351 bound sockets in the UNIX file system name space;
382 Sockets in the Internet domain have names composed of the 32 bit
400 These interfaces are modeled as SOCK_RAW sockets.