HomeSort by relevance Sort by last modified time
    Searched full:enmode (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
pcap-pf.c 300 short enmode; local
341 enmode = ENTSTAMP|ENBATCH|ENNONEXCL;
343 enmode |= ENPROMISC;
344 if (ioctl(p->fd, EIOCMBIS, (caddr_t)&enmode) < 0) {
351 enmode = ENCOPYALL;
352 (void)ioctl(p->fd, EIOCMBIS, (caddr_t)&enmode);/* OK if this fails */

Completed in 118 milliseconds