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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dgencode.c4326 u_int offset_sh; /* offset if short header is received */ local
4331 offset_sh = 1; /* follows flags */
4336 offset_sh = 3; /* follows flags, dstnode */
4376 b2 = gen_cmp(OR_NET, 2 + 1 + offset_sh, BPF_H, (bpf_int32)ntohs((u_short)addr));
4381 b2 = gen_cmp(OR_NET, 2 + offset_sh, BPF_H, (bpf_int32)ntohs((u_short)addr));

Completed in 421 milliseconds