Lines Matching full:socket
12 and RPC. With the Linux Phonet socket family, Linux host processes can
80 The Phonet socket address family maps the Phonet packet header::
97 Applications can send Phonet messages using the Phonet datagram socket
98 protocol from the PF_PHONET family. Each socket is bound to one of the
109 fd = socket(PF_PHONET, SOCK_DGRAM, 0);
125 A Phonet datagram socket can be subscribed to any number of 8-bits
132 control request, or when the socket is closed.
134 Note that no more than one socket can be subcribed to any given
143 socket paradigm. The listening socket is bound to an unique free object
144 ID. Each listening socket can handle up to 255 simultaneous
145 connections, one per accept()'d socket.
151 lfd = socket(PF_PHONET, SOCK_SEQPACKET, PN_PROTO_PIPE);
178 fd = socket(PF_PHONET, SOCK_SEQPACKET, PN_PROTO_PIPE);
191 When polling a connected pipe socket for writability, there is an
193 polling and the writing system calls. In this case, the socket will
198 The pipe protocol provides two socket options at the SOL_PNPIPE level:
203 The socket operates normally (default).
206 The socket is used as a backend for a virtual IP
208 support on Nokia modems can use this. Note that the socket cannot
219 socket descriptors that are already connected or being connected.