Lines Matching refs:bpf_u_int32
144 static int dlpromiscon(pcap_t *, bpf_u_int32);
145 static int dlbindreq(int, bpf_u_int32, char *);
159 static char *dlstrerror(char *, size_t, bpf_u_int32);
160 static char *dlprim(char *, size_t, bpf_u_int32);
163 static void get_release(char *, size_t, bpf_u_int32 *, bpf_u_int32 *,
164 bpf_u_int32 *);
186 bpf_u_int32 ctlbuf[MAXDLBUF]; in pcap_read_dlpi()
528 bpf_u_int32 ss;
531 bpf_u_int32 osmajor, osminor, osmicro;
534 bpf_u_int32 buf[MAXDLBUF];
933 bpf_u_int32 buf[MAXDLBUF];
953 bpf_u_int32 buf[MAXDLBUF];
1001 dlpromiscon(pcap_t *p, bpf_u_int32 level)
1004 bpf_u_int32 buf[MAXDLBUF];
1078 get_if_flags(const char *name _U_, bpf_u_int32 *flags _U_, char *errbuf _U_)
1261 dlstrerror(char *errbuf, size_t errbufsize, bpf_u_int32 dl_errno)
1369 dlprim(char *primbuf, size_t primbufsize, bpf_u_int32 prim)
1462 dlbindreq(int fd, bpf_u_int32 sap, char *ebuf)
1522 bpf_u_int32 buf[MAXDLBUF];
1569 get_release(char *buf, size_t bufsize, bpf_u_int32 *majorp,
1570 bpf_u_int32 *minorp, bpf_u_int32 *microp)
1691 (bpf_u_int32)dlp->dl_primitive);