Home
last modified time | relevance | path

Searched refs:BIOCROTZBUF (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Dbpf.h147 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf) macro
H A Dbpf.c1420 case BIOCROTZBUF: in bpfioctl()
1916 case BIOCROTZBUF: in bpfioctl()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c82 #if defined(BIOCROTZBUF) && defined(BPF_BUFMODE_ZBUF)
370 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) { in pcap_next_zbuf()
417 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) { in pcap_next_zbuf()
/freebsd/contrib/tcpdump/
H A Dtcpdump.c2359 static const unsigned long cmds[] = { BIOCGSTATS, BIOCROTZBUF }; in main()