Lines Matching +full:data +full:- +full:independent
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49 .Fn bpf_mtap2 "struct bpf_if *bp" "void *data" "u_int dlen" "struct mbuf *m"
59 that is protocol independent,
60 to data link layers.
91 is the data link-layer type:
93 (no link-layer encapsulation),
109 .Fa ifp->if_bpf .
111 .Pf non- Dv NULL
125 .Fa ifp->if_bpf .
128 on the interface for any data link-layer types attached.
149 The packet data (including link-header),
178 requires a link-header for whatever data link layer type is specified.
187 containing the link-header
195 allows the user to pass a link-header
196 .Fa data ,
199 independent of the
203 This simplifies the passing of some link-headers.
217 is the amount of data present.
237 function returns \-1
266 Note that handler is not called for write-only listeners.
275 Rick Rashid at Carnegie-Mellon University.
293 .An -nosplit