HomeSort by relevance Sort by last modified time
    Searched refs:FLUSHR (Results 1 - 5 of 5) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 95 #define FLUSHR 0x01 /* Flush read queues. */
  /external/libpcap/
pcap-snit.c 358 (void)ioctl(fd, I_FLUSH, (char *)FLUSHR);
pcap-dlpi.c 921 if (ioctl(p->fd, I_FLUSH, FLUSHR) != 0) {
922 snprintf(ebuf, PCAP_ERRBUF_SIZE, "FLUSHR: %s",
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 760 if (ioctl(fd, I_FLUSH, FLUSHR) < 0) fatalSys("I_FLUSH");
  /external/strace/
stream.c 376 { FLUSHR, "FLUSHR" },

Completed in 121 milliseconds