Searched refs:offset_lh (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 4838 u_int offset_lh; /* offset if long header is received */ in gen_dnhostop() local 4845 offset_lh = 7; /* flgs,darea,dsubarea,HIORD */ in gen_dnhostop() 4850 offset_lh = 15; /* flgs,darea,dsubarea,did,sarea,ssub,HIORD */ in gen_dnhostop() 4900 b1 = gen_cmp(cstate, OR_LINKPL, 2 + 1 + offset_lh, in gen_dnhostop() 4906 b2 = gen_cmp(cstate, OR_LINKPL, 2 + offset_lh, BPF_H, in gen_dnhostop()
|