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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.h200 #define SIZEOF_BPF_HDR (sizeof(struct bpf_hdr) <= 20 ? 18 : \ macro
H A Dbpf.c1792 * equal to SIZEOF_BPF_HDR because we want to insert spacing such
1796 bp_new->bif_hdrlen = BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen;

Completed in 24 milliseconds