Lines Matching full:raw
29 .\".ds RH "Raw sockets
33 \s+2Raw sockets\s0
35 A raw socket is an object which allows users direct access
36 to a lower-level protocol. Raw sockets are intended for knowledgeable
41 user level by utilizing a raw IP socket for delivery of packets.
42 The raw IP socket interface attempts to provide an identical interface
45 The raw socket support is built around a generic raw socket interface,
47 This section will describe the core of the raw socket interface.
51 Every raw socket has a protocol control block of the following form:
72 number with which the raw socket is associated.
81 A raw socket interface is datagram oriented. That is, each send
93 Input packets are ``assigned'' to raw sockets based on a simple
96 to the raw input routine with the call:
111 and it is placed in a packet queue for the ``raw input protocol'' module.
112 Packets taken from this queue are copied into any raw sockets that
129 interface and any raw input protocol module) are in a canonical
134 On output the raw \fIpr_usrreq\fP routine
135 passes the packet and a pointer to the raw control block to the
139 a raw socket interface.