Home | History | Annotate | Download | only in libpcap

Lines Matching full:offset_lh

4417 	u_int offset_lh;	/* offset if long header is received */
4424 offset_lh = 7; /* flgs,darea,dsubarea,HIORD */
4429 offset_lh = 15; /* flgs,darea,dsubarea,did,sarea,ssub,HIORD */
4457 b1 = gen_cmp(OR_LINKPL, 2 + 1 + offset_lh,
4462 b2 = gen_cmp(OR_LINKPL, 2 + offset_lh, BPF_H, (bpf_int32)ntohs((u_short)addr));