bpf_hdr
struct bpf_hdr *hp;
hp = (struct bpf_hdr *)h;
#define SIZEOF_BPF_HDR sizeof(struct bpf_hdr)
#define SIZEOF_BPF_HDR sizeof(struct bpf_hdr)
struct bpf_hdr *hdr;
hdr = (struct bpf_hdr *)buf;
ATF_REQUIRE(bufsize > sizeof(struct bpf_hdr));
ATF_CHECK(n > (int)sizeof(struct bpf_hdr));
struct bpf_hdr packet;
#define ISIBOOT_FRAME(buf) ((buf) + ((struct bpf_hdr *)(buf))->bh_hdrlen)
#define bhp ((struct bpf_hdr *)bp)
struct bpf_hdr the_bpf_header;
#define bhp ((struct bpf_hdr *)bp)
#define bhp ((struct bpf_hdr *)bp)