Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dbpf.h169 #define SIZEOF_BPF_HDR sizeof(struct bpf_hdr) macro
H A Dbpf.c1747 bp->bif_hdrlen = BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen; in bpfsattach()