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

/freebsd-10.3-release/contrib/libpcap/
H A Dgencode.c4330 u_int offset_sh; /* offset if short header is received */ local
4335 offset_sh = 1; /* follows flags */
4340 offset_sh = 3; /* follows flags, dstnode */
4380 b2 = gen_cmp(OR_NET, 2 + 1 + offset_sh, BPF_H, (bpf_int32)ntohs((u_short)addr));
4385 b2 = gen_cmp(OR_NET, 2 + offset_sh, BPF_H, (bpf_int32)ntohs((u_short)addr));

Completed in 100 milliseconds