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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.h219 #define SIZEOF_BPF_HDR (sizeof(struct bpf_hdr) <= 20 ? 18 : \ macro
H A Dbpf.c2302 * equal to SIZEOF_BPF_HDR because we want to insert spacing such
2306 bp_new->bif_hdrlen = BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen;

Completed in 20 milliseconds