Home
last modified time | relevance | path

Searched refs:bpf_u_int32 (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/include/bpf/
H A Dnamedb.h65 bpf_u_int32 **pcap_nametoaddr(const char *);
69 bpf_u_int32 pcap_nametonetaddr(const char *);
85 int __pcap_atodn(const char *, bpf_u_int32 *);
86 int __pcap_atoin(const char *, bpf_u_int32 *);
H A Dgencode.h210 typedef bpf_u_int32 atomset;
217 typedef bpf_u_int32 *uset;
292 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
308 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
313 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
H A Dsf-redefines.h77 #define bpf_u_int32 sfbpf_u_int32 macro
/mOS-networking-stack/core/src/bpf/
H A Dsf_nametoaddr.c97 bpf_u_int32 **pcap_nametoaddr(const char *name) in pcap_nametoaddr()
100 static bpf_u_int32 *hlist[2]; in pcap_nametoaddr()
102 bpf_u_int32 **p; in pcap_nametoaddr()
108 hlist[0] = (bpf_u_int32 *) hp->h_addr; in pcap_nametoaddr()
112 for (p = (bpf_u_int32 **) hp->h_addr_list; *p; ++p) in pcap_nametoaddr()
114 return (bpf_u_int32 **) hp->h_addr_list; in pcap_nametoaddr()
143 bpf_u_int32 pcap_nametonetaddr(const char *name) in pcap_nametonetaddr()
363 int __pcap_atoin(const char *s, bpf_u_int32 *addr) in __pcap_atoin()
385 int __pcap_atodn(const char *s, bpf_u_int32 *addr) in __pcap_atodn()
H A Dsf_gencode.c216 static struct block *gen_ncmp(enum e_offrel, bpf_u_int32, bpf_u_int32,
217 bpf_u_int32, bpf_u_int32, int, bpf_int32);
237 static struct block *gen_snap(bpf_u_int32, bpf_u_int32);
251 static struct block *gen_host(bpf_u_int32, bpf_u_int32, int, int, int);
614 bpf_u_int32 mask;
3604 bpf_u_int32 addr; in gen_hostop()
3605 bpf_u_int32 mask;
4210 bpf_u_int32 addr; in gen_dnhostop()
6215 bpf_u_int32 n, m;
6264 bpf_u_int32 v;
[all …]
H A Dsf_optimize.c174 __thread bpf_u_int32 *space;
175 #define BITS_PER_WORD (8*sizeof(bpf_u_int32))
199 register bpf_u_int32 *_x = a, *_y = b;\
209 register bpf_u_int32 *_x = a, *_y = b;\
219 register bpf_u_int32 *_x = a, *_y = b;\
279 bpf_u_int32 *x;
651 bpf_u_int32 a, b;
1457 register bpf_u_int32 x = ep->edom[i];
2039 bpf_u_int32 *p;
2067 edgewords = n_edges / (8 * sizeof(bpf_u_int32)) + 1;
[all …]
H A Dsf_bpf_filter.c93 #define u_int32 bpf_u_int32