Lines Matching refs:bpf_u_int32
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];
471 bpf_u_int32 ss, chunksize; in pcap_open_live()
474 bpf_u_int32 osmajor, osminor, osmicro; in pcap_open_live()
477 bpf_u_int32 buf[MAXDLBUF]; in pcap_open_live()
1018 bpf_u_int32 buf[MAXDLBUF]; in dl_doattach()
1032 bpf_u_int32 buf[MAXDLBUF]; in dl_dohpuxbind()
1212 dlstrerror(bpf_u_int32 dl_errno) in dlstrerror()
1322 dlprim(bpf_u_int32 prim) in dlprim()
1416 dlattachreq(int fd, bpf_u_int32 ppa, char *ebuf) in dlattachreq()
1427 dlbindreq(int fd, bpf_u_int32 sap, char *ebuf) in dlbindreq()
1454 dlpromisconreq(int fd, bpf_u_int32 level, char *ebuf) in dlpromisconreq()
1547 get_release(bpf_u_int32 *majorp, bpf_u_int32 *minorp, bpf_u_int32 *microp) in get_release()
1664 (bpf_u_int32)dlp->dl_primitive); in get_dlpi_ppa()