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

1 2

  /external/libpcap/pcap/
namedb.h 59 bpf_u_int32 **pcap_nametoaddr(const char *);
63 bpf_u_int32 pcap_nametonetaddr(const char *);
79 int __pcap_atodn(const char *, bpf_u_int32 *);
80 int __pcap_atoin(const char *, bpf_u_int32 *);
pcap.h 76 typedef u_int bpf_u_int32; typedef
123 bpf_u_int32 magic;
127 bpf_u_int32 sigfigs; /* accuracy of timestamps */
128 bpf_u_int32 snaplen; /* max length saved portion of each pkt */
129 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
162 bpf_u_int32 caplen; /* length of portion present */
163 bpf_u_int32 len; /* length this packet (off wire) */
219 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
275 int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *)
    [all...]
bpf.h 84 typedef unsigned long bpf_u_int32; typedef
87 typedef u_int bpf_u_int32; typedef
    [all...]
  /external/libpcap/
sf-pcap-ng.h 29 extern pcap_t *pcap_ng_check_header(bpf_u_int32 magic, FILE *fp,
sf-pcap.h 34 extern pcap_t *pcap_check_header(bpf_u_int32 magic, FILE *fp,
nametoaddr.c 93 bpf_u_int32 **
97 static bpf_u_int32 *hlist[2];
99 bpf_u_int32 **p;
104 hlist[0] = (bpf_u_int32 *)hp->h_addr;
108 for (p = (bpf_u_int32 **)hp->h_addr_list; *p; ++p)
110 return (bpf_u_int32 **)hp->h_addr_list;
140 bpf_u_int32
355 __pcap_atoin(const char *s, bpf_u_int32 *addr)
377 __pcap_atodn(const char *s, bpf_u_int32 *addr)
sf-pcap-ng.c 71 bpf_u_int32 block_type;
72 bpf_u_int32 total_length;
79 bpf_u_int32 total_length;
107 bpf_u_int32 byte_order_magic;
133 bpf_u_int32 snaplen;
160 bpf_u_int32 interface_id;
161 bpf_u_int32 timestamp_high;
162 bpf_u_int32 timestamp_low;
163 bpf_u_int32 caplen;
164 bpf_u_int32 len
    [all...]
gencode.h 223 typedef bpf_u_int32 atomset;
230 typedef bpf_u_int32 *uset;
301 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
315 struct block *gen_llc_s_subtype(bpf_u_int32);
316 struct block *gen_llc_u_subtype(bpf_u_int32);
326 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
331 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
pcap-dlpi.c 141 static int dlpromiscon(pcap_t *, bpf_u_int32);
142 static int dlbindreq(int, bpf_u_int32, char *);
156 static char *dlstrerror(bpf_u_int32);
157 static char *dlprim(bpf_u_int32);
159 static char *get_release(bpf_u_int32 *, bpf_u_int32 *, bpf_u_int32 *);
170 static bpf_u_int32 ctlbuf[MAXDLBUF];
348 bpf_u_int32 ss;
351 bpf_u_int32 osmajor, osminor, osmicro
    [all...]
pcap-int.h 308 bpf_u_int32 caplen; /* length of portion present */
309 bpf_u_int32 len; /* length this packet (off wire) */
324 bpf_u_int32 caplen; /* length of portion present */
325 bpf_u_int32 len; /* length this packet (off wire) */
dlpisubs.c 45 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))
275 bpf_u_int32 ss, chunksize;
savefile.c 245 static pcap_t *(*check_headers[])(bpf_u_int32, FILE *, u_int, char *, int *) = {
260 bpf_u_int32 magic;
gencode.c 255 bpf_u_int32);
257 static struct block *gen_ncmp(enum e_offrel, bpf_u_int32, bpf_u_int32,
258 bpf_u_int32, bpf_u_int32, int, bpf_int32);
276 static struct block *gen_snap(bpf_u_int32, bpf_u_int32);
278 static struct block *gen_hostop(bpf_u_int32, bpf_u_int32, int, int, u_int, u_int);
288 static struct block *gen_dnhostop(bpf_u_int32, int)
    [all...]
pcap-sita.c 415 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) {
569 bpf_u_int32 interfaceType;
609 interfaceType = ntohl(*(bpf_u_int32 *)ptr);
634 s->sin_addr.s_addr = *(bpf_u_int32 *)(ptr + 1); /* copy the address in */
648 s->sin_addr.s_addr = *(bpf_u_int32*)(ptr + 1);
662 s->sin_addr.s_addr = *(bpf_u_int32*)(ptr + 1);
676 s->sin_addr.s_addr = *(bpf_u_int32*)(ptr + 1);
    [all...]
optimize.c 130 bpf_u_int32 *space;
131 #define BITS_PER_WORD (8*sizeof(bpf_u_int32))
155 register bpf_u_int32 *_x = a, *_y = b;\
165 register bpf_u_int32 *_x = a, *_y = b;\
175 register bpf_u_int32 *_x = a, *_y = b;\
233 bpf_u_int32 *x;
585 bpf_u_int32 a, b;
1356 register bpf_u_int32 x = ep->edom[i];
    [all...]
tokdefs.h 298 bpf_u_int32 h;
pcap-libdlpi.c 47 static int dlpromiscon(pcap_t *, bpf_u_int32);
248 dlpromiscon(pcap_t *p, bpf_u_int32 level)
grammar.y 258 bpf_u_int32 h;
349 | pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
417 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
700 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
701 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
inet.c 883 register bpf_u_int32 *netp, *maskp;
1065 register bpf_u_int32 *netp, *maskp;
pcap-win32.c 88 bpf_u_int32 bh_caplen; /* length of captured portion */
89 bpf_u_int32 bh_datalen; /* original length of packet */
  /external/libpcap/tests/
findalldevstest.c 15 static char *iptos(bpf_u_int32 in);
22 bpf_u_int32 net, mask;
132 static char *iptos(bpf_u_int32 in)
capturetest.c 66 bpf_u_int32 localnet, netmask;
filtertest.c 192 bpf_u_int32 netmask = PCAP_NETMASK_UNKNOWN;
selpolltest.c 58 bpf_u_int32 localnet, netmask;
  /external/libpcap/bpf/net/
bpf_filter.c 85 #define u_int32 bpf_u_int32
229 register bpf_u_int32 k;

Completed in 520 milliseconds

1 2