Searched refs:enmode (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-pf.c297 short enmode; local
331 enmode = ENTSTAMP|ENBATCH|ENNONEXCL;
333 enmode |= ENPROMISC;
334 if (ioctl(p->fd, EIOCMBIS, (caddr_t)&enmode) < 0) {
341 enmode = ENCOPYALL;
342 (void)ioctl(p->fd, EIOCMBIS, (caddr_t)&enmode);/* OK if this fails */

Completed in 90 milliseconds