Symbol: bpf_u_int32
lib/libpcap/gencode.c
1148
gen_dnhostop(bpf_u_int32 addr, int dir, u_int base_off)
lib/libpcap/gencode.c
1216
gen_host(bpf_u_int32 addr, bpf_u_int32 mask, int proto, int dir)
lib/libpcap/gencode.c
133
static struct block *gen_mcmp(u_int, u_int, bpf_int32, bpf_u_int32);
lib/libpcap/gencode.c
134
static struct block *gen_mcmp_nl(u_int, u_int, bpf_int32, bpf_u_int32);
lib/libpcap/gencode.c
1381
gen_gateway(const u_char *eaddr, bpf_u_int32 **alist, int proto, int dir)
lib/libpcap/gencode.c
140
static struct block *gen_hostop(bpf_u_int32, bpf_u_int32, int, int, u_int, u_int);
lib/libpcap/gencode.c
146
static struct block *gen_dnhostop(bpf_u_int32, int, u_int);
lib/libpcap/gencode.c
149
static struct block *gen_host(bpf_u_int32, bpf_u_int32, int, int);
lib/libpcap/gencode.c
154
static struct block *gen_gateway(const u_char *, bpf_u_int32 **, int, int);
lib/libpcap/gencode.c
2242
bpf_u_int32 mask, addr;
lib/libpcap/gencode.c
2244
bpf_u_int32 **alist;
lib/libpcap/gencode.c
2443
bpf_u_int32 n, m;
lib/libpcap/gencode.c
2478
gen_ncode(const char *s, bpf_u_int32 v, struct qual q)
lib/libpcap/gencode.c
2480
bpf_u_int32 mask;
lib/libpcap/gencode.c
269
static bpf_u_int32 netmask;
lib/libpcap/gencode.c
275
const char *buf, int optimize, bpf_u_int32 mask)
lib/libpcap/gencode.c
3014
bpf_u_int32 hostmask;
lib/libpcap/gencode.c
322
const char *buf, int optimize, bpf_u_int32 mask)
lib/libpcap/gencode.c
3271
b0 = gen_mcmp(offset, BPF_B, (bpf_int32)type, (bpf_u_int32)mask);
lib/libpcap/gencode.c
3439
(bpf_u_int32)IEEE80211_FC1_DIR_MASK);
lib/libpcap/gencode.c
502
gen_mcmp(u_int offset, u_int size, bpf_int32 v, bpf_u_int32 mask)
lib/libpcap/gencode.c
517
gen_mcmp_nl(u_int offset, u_int size, bpf_int32 v, bpf_u_int32 mask)
lib/libpcap/gencode.c
965
gen_hostop(bpf_u_int32 addr, bpf_u_int32 mask, int dir, int proto,
lib/libpcap/gencode.h
101
typedef bpf_u_int32 *uset;
lib/libpcap/gencode.h
172
struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
lib/libpcap/gencode.h
94
typedef bpf_u_int32 atomset;
lib/libpcap/grammar.y
150
| pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
lib/libpcap/grammar.y
200
qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
lib/libpcap/grammar.y
81
bpf_u_int32 h;
lib/libpcap/inet.c
245
pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp,
lib/libpcap/nametoaddr.c
109
bpf_u_int32
lib/libpcap/nametoaddr.c
269
__pcap_atoin(const char *s, bpf_u_int32 *addr)
lib/libpcap/nametoaddr.c
291
__pcap_atodn(const char *s, bpf_u_int32 *addr)
lib/libpcap/nametoaddr.c
63
bpf_u_int32 **
lib/libpcap/nametoaddr.c
67
static bpf_u_int32 *hlist[2];
lib/libpcap/nametoaddr.c
69
bpf_u_int32 **p;
lib/libpcap/nametoaddr.c
74
hlist[0] = (bpf_u_int32 *)hp->h_addr;
lib/libpcap/nametoaddr.c
78
for (p = (bpf_u_int32 **)hp->h_addr_list; *p; ++p)
lib/libpcap/nametoaddr.c
80
return (bpf_u_int32 **)hp->h_addr_list;
lib/libpcap/optimize.c
1229
bpf_u_int32 x = ep->edom[i];
lib/libpcap/optimize.c
142
bpf_u_int32 *space1;
lib/libpcap/optimize.c
143
bpf_u_int32 *space2;
lib/libpcap/optimize.c
144
#define BITS_PER_WORD (8*sizeof(bpf_u_int32))
lib/libpcap/optimize.c
168
bpf_u_int32 *_x = a, *_y = b;\
lib/libpcap/optimize.c
1750
bpf_u_int32 *p;
lib/libpcap/optimize.c
178
bpf_u_int32 *_x = a, *_y = b;\
lib/libpcap/optimize.c
1780
edgewords = n_edges / (8 * sizeof(bpf_u_int32)) + 1;
lib/libpcap/optimize.c
1781
nodewords = n_blocks / (8 * sizeof(bpf_u_int32)) + 1;
lib/libpcap/optimize.c
1794
space1 = (bpf_u_int32 *)malloc(size1);
lib/libpcap/optimize.c
1808
space2 = (bpf_u_int32 *)malloc(size2);
lib/libpcap/optimize.c
188
bpf_u_int32 *_x = a, *_y = b;\
lib/libpcap/optimize.c
246
bpf_u_int32 *x;
lib/libpcap/pcap-int.h
129
bpf_u_int32 caplen; /* length of portion present */
lib/libpcap/pcap-int.h
130
bpf_u_int32 len; /* length this packet (off wire) */
lib/libpcap/pcap-namedb.h
57
bpf_u_int32 **pcap_nametoaddr(const char *);
lib/libpcap/pcap-namedb.h
61
bpf_u_int32 pcap_nametonetaddr(const char *);
lib/libpcap/pcap-namedb.h
77
int __pcap_atodn(const char *, bpf_u_int32 *);
lib/libpcap/pcap-namedb.h
78
int __pcap_atoin(const char *, bpf_u_int32 *);
lib/libpcap/pcap.h
115
bpf_u_int32 flags; /* PCAP_IF_ interface flags */
lib/libpcap/pcap.h
169
int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
lib/libpcap/pcap.h
204
bpf_u_int32);
lib/libpcap/pcap.h
206
const char *, int, bpf_u_int32);
lib/libpcap/pcap.h
72
bpf_u_int32 magic;
lib/libpcap/pcap.h
76
bpf_u_int32 sigfigs; /* accuracy of timestamps */
lib/libpcap/pcap.h
77
bpf_u_int32 snaplen; /* max length saved portion of each pkt */
lib/libpcap/pcap.h
78
bpf_u_int32 linktype; /* data link type (DLT_*) */
lib/libpcap/pcap.h
94
bpf_u_int32 caplen; /* length of portion present */
lib/libpcap/pcap.h
95
bpf_u_int32 len; /* length of this packet (off wire) */
usr.sbin/tcpdump/tcpdump.c
211
bpf_u_int32 localnet, netmask;