• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/

Lines Matching refs:u_int

138 static u_int	orig_linktype = (u_int)-1, orig_nl = (u_int)-1, label_stack_depth = (u_int)-1;
140 static u_int orig_linktype = -1U, orig_nl = -1U, label_stack_depth = -1U;
207 u_int n_left;
214 static void *newchunk(u_int);
223 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32);
224 static struct block *gen_cmp_gt(enum e_offrel, u_int, u_int, bpf_int32);
225 static struct block *gen_cmp_ge(enum e_offrel, u_int, u_int, bpf_int32);
226 static struct block *gen_cmp_lt(enum e_offrel, u_int, u_int, bpf_int32);
227 static struct block *gen_cmp_le(enum e_offrel, u_int, u_int, bpf_int32);
228 static struct block *gen_mcmp(enum e_offrel, u_int, u_int, bpf_int32,
230 static struct block *gen_bcmp(enum e_offrel, u_int, u_int, const u_char *);
233 static struct slist *gen_load_llrel(u_int, u_int);
234 static struct slist *gen_load_macplrel(u_int, u_int);
235 static struct slist *gen_load_a(enum e_offrel, u_int, u_int);
254 static struct block *gen_hostop(bpf_u_int32, bpf_u_int32, int, int, u_int, u_int);
256 static struct block *gen_hostop6(struct in6_addr *, struct in6_addr *, int, int, u_int, u_int);
300 u_int n;
434 u_int len;
645 u_int offset, size;
654 u_int offset, size;
663 u_int offset, size;
672 u_int offset, size;
681 u_int offset, size;
690 u_int offset, size;
700 register u_int offset, size;
782 static u_int off_ll;
800 static u_int off_mac;
811 static u_int off_macpl;
848 static u_int off_linktype;
871 static u_int off_vpi;
872 static u_int off_vci;
873 static u_int off_proto;
878 static u_int off_li;
883 static u_int off_sio;
884 static u_int off_opc;
885 static u_int off_dpc;
886 static u_int off_sls;
892 static u_int off_payload;
918 static u_int off_nl;
919 static u_int off_nl_nosnap;
1486 u_int offset, size;
1528 u_int offset, size;
1569 u_int offset, size;
3419 if (off_linktype == (u_int)-1)
3548 u_int src_off, dst_off;
3551 u_int offset;
3591 u_int src_off, dst_off;
3594 u_int offset;
4327 u_int offset_lh; /* offset if long header is received */
4328 u_int offset_sh; /* offset if short header is received */
6144 if (off_linktype == (u_int)-1 && tproto == Q_DEFAULT)
7117 return gen_cmp(OR_LINK, (u_int)idx, BPF_B, (bpf_int32)val);
7120 b = gen_cmp_lt(OR_LINK, (u_int)idx, BPF_B, (bpf_int32)val);
7124 b = gen_cmp_gt(OR_LINK, (u_int)idx, BPF_B, (bpf_int32)val);
7573 u_int len, off;
8102 if (off_vpi == (u_int)-1)
8111 if (off_vci == (u_int)-1)
8118 if (off_proto == (u_int)-1)
8125 if (off_payload == (u_int)-1)
8134 if (off_proto == (u_int)-1)
8308 if (off_sio == (u_int)-1)
8315 (u_int)jtype, reverse, (u_int)jvalue);
8319 if (off_opc == (u_int)-1)
8335 (u_int)jtype, reverse, (u_int)jvalue);
8339 if (off_dpc == (u_int)-1)
8353 (u_int)jtype, reverse, (u_int)jvalue);
8357 if (off_sls == (u_int)-1)
8367 (u_int)jtype,reverse, (u_int)jvalue);