Searched refs:bpf_hdr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.h187 struct bpf_hdr { struct
196 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work.
200 #define SIZEOF_BPF_HDR (sizeof(struct bpf_hdr) <= 20 ? 18 : \
201 sizeof(struct bpf_hdr))
H A Dbpf.c1627 struct bpf_hdr *hp;
1672 hp = (struct bpf_hdr *)(d->bd_sbuf + curlen);

Completed in 26 milliseconds