Home | History | Annotate | Download | only in libpcap

Lines Matching refs:bpf_u_int32

146 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];
351 bpf_u_int32 ss;
354 bpf_u_int32 osmajor, osminor, osmicro;
357 bpf_u_int32 buf[MAXDLBUF];
838 bpf_u_int32 buf[MAXDLBUF];
858 bpf_u_int32 buf[MAXDLBUF];
906 dlpromiscon(pcap_t *p, bpf_u_int32 level)
909 bpf_u_int32 buf[MAXDLBUF];
1066 dlstrerror(bpf_u_int32 dl_errno)
1176 dlprim(bpf_u_int32 prim)
1270 dlbindreq(int fd, bpf_u_int32 sap, char *ebuf)
1330 bpf_u_int32 buf[MAXDLBUF];
1377 get_release(bpf_u_int32 *majorp, bpf_u_int32 *minorp, bpf_u_int32 *microp)
1494 (bpf_u_int32)dlp->dl_primitive);