Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-bpf.c1779 u_int bufmode, zbufmax; local
2059 if (ioctl(fd, BIOCGETZMAX, (caddr_t)&zbufmax) < 0) {
2080 if (pb->zbufsize > zbufmax)
2081 pb->zbufsize = zbufmax;