Lines Matching full:socket
40 .Nd kernel socket netgraph node type
49 socket.
52 node type allows one to open a socket inside the kernel and have
56 node type is the reverse of the socket node type (see
58 whereas the socket node type enables the user-level manipulation (via
59 a socket) of what is normally a kernel-level entity (the associated
63 what is normally a user-level entity (the associated socket).
69 equivalent to opening the associated socket.
71 determines what kind of socket the node will open (see below).
73 associated socket is closed.
84 .Xr socket 2 .
92 Data received into socket is sent out via hook.
93 Data received on hook is sent out from socket, if the latter is
97 If socket is not connected, destination
118 socket address parameter should be supplied as an argument.
136 system call on a non-blocking socket.
138 a new socket and a corresponding cloned node are created.
207 local/"/tmp/foo.socket"
222 convenient encoding of the more common socket options may be supported.
224 Setting socket options example:
226 .It Set FIB 2 for a socket (SOL_SOCKET, SO_SETFIB):
233 Shutdown of the node closes the associated socket.
235 .Xr socket 2 ,
240 .Xr socket 9