OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bh_datalen
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/ndbootd/config/
ndbootd-bpf.c
272
if (the_bpf_header.bh_caplen != the_bpf_header.
bh_datalen
273
|| ((interface_bpf->_ndbootd_interface_bpf_buffer_offset + the_bpf_header.
bh_datalen
)
276
interface_bpf->_ndbootd_interface_bpf_buffer_offset += the_bpf_header.
bh_datalen
;
281
if (the_bpf_header.
bh_datalen
< sizeof(struct ether_header)
288
interface_bpf->_ndbootd_interface_bpf_buffer_offset += the_bpf_header.
bh_datalen
;
292
if (packet_buffer_size < the_bpf_header.
bh_datalen
) {
294
interface_bpf->_ndbootd_interface_bpf_buffer_offset += the_bpf_header.
bh_datalen
;
301
the_bpf_header.
bh_datalen
);
302
interface_bpf->_ndbootd_interface_bpf_buffer_offset += the_bpf_header.
bh_datalen
;
303
return (the_bpf_header.
bh_datalen
);
[
all
...]
/src/sys/net/
bpf.h
186
uint32_t
bh_datalen
; /* original length of packet */
member in struct:bpf_hdr
194
uint32_t
bh_datalen
; /* original length of packet */
member in struct:bpf_hdr32
bpf.c
2085
hp32->
bh_datalen
= pktlen;
2096
hp->
bh_datalen
= pktlen;
/src/usr.bin/rump_dhcpclient/
bpf.c
187
if (packet.bh_caplen != packet.
bh_datalen
)
/src/usr.sbin/rbootd/
bpf.c
309
datlen = bhp->
bh_datalen
;
Completed in 16 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025