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

/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h185 #define SIZEOF_BPF_HDR 18 macro
187 #define SIZEOF_BPF_HDR sizeof (struct bpf_hdr) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h162 #define SIZEOF_BPF_HDR 18 macro
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c319 d->bd_hdrlen = BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen;

Completed in 64 milliseconds