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

  /external/libpcap/
pcap-pf.c 306 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 */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtccore.h     [all...]

Completed in 142 milliseconds