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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
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 81 milliseconds