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

/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-pf.c306 short enmode; local
340 enmode = ENTSTAMP|ENNONEXCL;
342 enmode |= ENBATCH;
344 enmode |= ENPROMISC;
345 if (ioctl(p->fd, EIOCMBIS, (caddr_t)&enmode) < 0) {
352 enmode = ENCOPYALL;
353 (void)ioctl(p->fd, EIOCMBIS, (caddr_t)&enmode);/* OK if this fails */

Completed in 92 milliseconds