Searched refs:bpf_u_int32 (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dsf-pcap-ng.h29 extern int pcap_ng_check_header(pcap_t *, bpf_u_int32, FILE *, char *);
H A Dsf-pcap.h34 extern int pcap_check_header(pcap_t *, bpf_u_int32, FILE *, char *);
H A Dgencode.h214 typedef bpf_u_int32 atomset;
221 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 Dnametoaddr.c98 bpf_u_int32 **
102 static bpf_u_int32 *hlist[2];
104 bpf_u_int32 **p;
109 hlist[0] = (bpf_u_int32 *)hp->h_addr;
113 for (p = (bpf_u_int32 **)hp->h_addr_list; *p; ++p)
115 return (bpf_u_int32 **)hp->h_addr_list;
145 bpf_u_int32
360 __pcap_atoin(const char *s, bpf_u_int32 *addr)
382 __pcap_atodn(const char *s, bpf_u_int32 *addr)
H A Dsf-pcap-ng.c71 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 le
[all...]
H A Dpcap-int.h115 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */
143 bpf_u_int32 oldmode; /* mode to restore when turning monitor mode off */
389 bpf_u_int32 caplen; /* length of portion present */
390 bpf_u_int32 len; /* length this packet (off wire) */
405 bpf_u_int32 caplen; /* length of portion present */
406 bpf_u_int32 len; /* length this packet (off wire) */
H A Dpcap-dlpi.c146 static int dlpromiscon(pcap_t *, bpf_u_int32);
147 static int dlbindreq(int, bpf_u_int32, char *);
161 static char *dlstrerror(bpf_u_int32);
162 static char *dlprim(bpf_u_int32);
164 static char *get_release(bpf_u_int32 *, bpf_u_int32 *, bpf_u_int32 *);
175 static bpf_u_int32 ctlbuf[MAXDLBUF];
341 bpf_u_int32 ss;
344 bpf_u_int32 osmajo
[all...]
H A Ddlpisubs.c49 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))
274 bpf_u_int32 ss, chunksize;
H A Dpcap-libdlpi.c52 static int dlpromiscon(pcap_t *, bpf_u_int32);
236 dlpromiscon(pcap_t *p, bpf_u_int32 level)
H A Dsavefile.c234 static int (*check_headers[])(pcap_t *, bpf_u_int32, FILE *, char *) = {
248 bpf_u_int32 magic;
H A Dgencode.c229 bpf_u_int32);
231 static struct block *gen_ncmp(enum e_offrel, bpf_u_int32, bpf_u_int32,
232 bpf_u_int32, bpf_u_int32, int, bpf_int32);
252 static struct block *gen_snap(bpf_u_int32, bpf_u_int32);
254 static struct block *gen_hostop(bpf_u_int32, bpf_u_int32, int, int, u_int, u_int);
264 static struct block *gen_dnhostop(bpf_u_int32, in
[all...]
H A Dgrammar.y244 bpf_u_int32 h;
334 | pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
402 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
655 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
656 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
H A Dpcap-sita.c422 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) {
562 bpf_u_int32 interfaceType;
602 interfaceType = ntohl(*(bpf_u_int32 *)ptr);
627 s->sin_addr.s_addr = *(bpf_u_int32 *)(ptr + 1); /* copy the address in */
641 s->sin_addr.s_addr = *(bpf_u_int32*)(ptr + 1);
655 s->sin_addr.s_addr = *(bpf_u_int32*)(ptr + 1);
669 s->sin_addr.s_addr = *(bpf_u_int32*)(ptr + 1);
H A Doptimize.c134 bpf_u_int32 *space;
135 #define BITS_PER_WORD (8*sizeof(bpf_u_int32))
159 register bpf_u_int32 *_x = a, *_y = b;\
169 register bpf_u_int32 *_x = a, *_y = b;\
179 register bpf_u_int32 *_x = a, *_y = b;\
237 bpf_u_int32 *x;
585 bpf_u_int32 a, b;
1346 register bpf_u_int32 x = ep->edom[i];
1899 bpf_u_int32 *p;
1927 edgewords = n_edges / (8 * sizeof(bpf_u_int32))
[all...]
H A Dsf-pcap.c130 pcap_check_header(pcap_t *p, bpf_u_int32 magic, FILE *fp, char *errbuf)
300 bpf_u_int32 t;
H A Dpcap-common.c1051 bpf_u_int32 offset = 0;
H A Dinet.c715 register bpf_u_int32 *netp, *maskp;
897 register bpf_u_int32 *netp, *maskp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dnamedb.h61 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 *);
H A Dpcap.h78 typedef u_int bpf_u_int32; typedef
125 bpf_u_int32 magic;
129 bpf_u_int32 sigfigs; /* accuracy of timestamps */
130 bpf_u_int32 snaplen; /* max length saved portion of each pkt */
131 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
164 bpf_u_int32 caplen; /* length of portion present */
165 bpf_u_int32 len; /* length this packet (off wire) */
221 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
274 int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, cha
[all...]
H A Dbpf.h85 typedef unsigned long bpf_u_int32; typedef
88 typedef u_int bpf_u_int32; typedef
1277 bpf_u_int32 k;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/tests/
H A Dfindalldevstest.c15 static char *iptos(bpf_u_int32 in);
22 bpf_u_int32 net, mask;
121 static char *iptos(bpf_u_int32 in)
H A Dfiltertest.c169 bpf_u_int32 netmask = PCAP_NETMASK_UNKNOWN;
H A Dnonblocktest.c58 bpf_u_int32 localnet, netmask;
H A Dselpolltest.c58 bpf_u_int32 localnet, netmask;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-atm.c254 bpf_u_int32 call_ref;

Completed in 135 milliseconds

12