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

  /external/libpcap/
pcap-pf.c 301 short enmode; local
335 enmode = ENTSTAMP|ENNONEXCL;
337 enmode |= ENBATCH;
339 enmode |= ENPROMISC;
340 if (ioctl(p->fd, EIOCMBIS, (caddr_t)&enmode) < 0) {
347 enmode = ENCOPYALL;
348 (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 138 milliseconds