OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I_FLUSH
(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
40
#define
I_FLUSH
(__SID | 5) /* Flush all input and/or output. */
/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) {
[
all
...]
/external/ppp/pppd/plugins/rp-pppoe/
if.c
760
if (ioctl(fd,
I_FLUSH
, FLUSHR) < 0) fatalSys("
I_FLUSH
");
/external/strace/
stream.c
1123
case
I_FLUSH
:
Completed in 369 milliseconds