HomeSort by relevance Sort by last modified time
    Searched full:bpf_u_int32 (Results 1 - 25 of 26) sorted by null

1 2

  /external/libpcap/
pcap1.h 68 typedef u_int bpf_u_int32; typedef
121 bpf_u_int32 info_len; /* in bytes */
122 bpf_u_int32 info_type; /* enum pcap1_info_types */
128 bpf_u_int32 nanoseconds; /* 10^-9 of seconds */
129 bpf_u_int32 seconds; /* seconds since Unix epoch - GMT */
136 bpf_u_int32 caplen; /* length of portion present */
137 bpf_u_int32 len; /* length this packet (off wire) */
138 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
139 bpf_u_int32 ifIndex; /* abstracted interface index */
153 bpf_u_int32 probeloc; /* enum pcap1_probe *
    [all...]
pcap.h 71 typedef u_int bpf_u_int32; typedef
114 bpf_u_int32 magic;
118 bpf_u_int32 sigfigs; /* accuracy of timestamps */
119 bpf_u_int32 snaplen; /* max length saved portion of each pkt */
120 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
143 bpf_u_int32 caplen; /* length of portion present */
144 bpf_u_int32 len; /* length this packet (off wire) */
200 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
220 int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *)
    [all...]
pcap-namedb.h 61 bpf_u_int32 **pcap_nametoaddr(const char *);
65 bpf_u_int32 pcap_nametonetaddr(const char *);
81 int __pcap_atodn(const char *, bpf_u_int32 *);
82 int __pcap_atoin(const char *, bpf_u_int32 *);
nametoaddr.c 100 bpf_u_int32 **
104 static bpf_u_int32 *hlist[2];
106 bpf_u_int32 **p;
111 hlist[0] = (bpf_u_int32 *)hp->h_addr;
115 for (p = (bpf_u_int32 **)hp->h_addr_list; *p; ++p)
117 return (bpf_u_int32 **)hp->h_addr_list;
147 bpf_u_int32
361 __pcap_atoin(const char *s, bpf_u_int32 *addr)
383 __pcap_atodn(const char *s, bpf_u_int32 *addr)
gencode.h 206 typedef bpf_u_int32 atomset;
213 typedef bpf_u_int32 *uset;
284 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
300 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
305 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
pcap-dlpi.c 162 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))
172 static int dlattachreq(int, bpf_u_int32, char *);
173 static int dlbindreq(int, bpf_u_int32, char *);
175 static int dlpromisconreq(int, bpf_u_int32, char *);
183 static char *dlstrerror(bpf_u_int32);
184 static char *dlprim(bpf_u_int32);
186 static char *get_release(bpf_u_int32 *, bpf_u_int32 *, bpf_u_int32 *);
236 static bpf_u_int32 ctlbuf[MAXDLBUF]
    [all...]
wlan_filtering.patch 24 static struct block *gen_snap(bpf_u_int32, bpf_u_int32, u_int);
27 static struct block *gen_hostop(bpf_u_int32, bpf_u_int32, int, int, u_int, u_int);
259 + b_check_linktype = gen_cmp(OR_LINK_AFTER_WIRELESS_HDR, 0, BPF_H, (bpf_u_int32)
333 bpf_u_int32 addr;
pcap-int.h 252 bpf_u_int32 caplen; /* length of portion present */
253 bpf_u_int32 len; /* length this packet (off wire) */
268 bpf_u_int32 caplen; /* length of portion present */
269 bpf_u_int32 len; /* length this packet (off wire) */
grammar.y 140 bpf_u_int32 h;
229 | pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
289 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
461 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
462 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
gencode.c 188 bpf_u_int32);
190 static struct block *gen_ncmp(enum e_offrel, bpf_u_int32, bpf_u_int32,
191 bpf_u_int32, bpf_u_int32, int, bpf_int32);
205 static struct block *gen_snap(bpf_u_int32, bpf_u_int32, u_int);
207 static struct block *gen_hostop(bpf_u_int32, bpf_u_int32, int, int, u_int, u_int);
217 static struct block *gen_dnhostop(bpf_u_int32, int)
    [all...]
optimize.c 158 bpf_u_int32 *space;
159 #define BITS_PER_WORD (8*sizeof(bpf_u_int32))
183 register bpf_u_int32 *_x = a, *_y = b;\
193 register bpf_u_int32 *_x = a, *_y = b;\
203 register bpf_u_int32 *_x = a, *_y = b;\
264 bpf_u_int32 *x;
627 bpf_u_int32 a, b;
1393 register bpf_u_int32 x = ep->edom[i];
    [all...]
tokdefs.h 245 bpf_u_int32 h;
pcap.3 56 int pcap_lookupnet(const char *device, bpf_u_int32 *netp,
58 bpf_u_int32 *maskp, char *errbuf)
80 const char *str, int optimize, bpf_u_int32 netmask)
421 .I bpf_u_int32
457 .I bpf_u_int32
463 .I bpf_u_int32
    [all...]
inet.c 592 register bpf_u_int32 *netp, *maskp;
757 register bpf_u_int32 *netp, *maskp;
pcap-win32.c 68 bpf_u_int32 bh_caplen; /* length of captured portion */
69 bpf_u_int32 bh_datalen; /* original length of packet */
pcap-snit.c 233 bpf_u_int32 flags;
pcap-bpf.h 65 typedef unsigned long bpf_u_int32; typedef
68 typedef u_int bpf_u_int32; typedef
pcap-dos.c 475 int pcap_lookupnet (const char *device, bpf_u_int32 *localnet,
476 bpf_u_int32 *netmask, char *errbuf)
    [all...]
grammar.c 437 bpf_u_int32 h;
    [all...]
savefile.c 984 bpf_u_int32 magic;
    [all...]
  /external/tcpdump/
print-atm.c 220 bpf_u_int32 call_ref;
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 105 bpf_u_int32 pcap_maskp, pcap_netp;
l2_packet_pcap.c 199 bpf_u_int32 pcap_maskp, pcap_netp;
l2_packet_winpcap.c 164 bpf_u_int32 pcap_maskp, pcap_netp;
  /external/libpcap/bpf/net/
bpf_filter.c 81 #define u_int32 bpf_u_int32

Completed in 519 milliseconds

1 2