OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I_FLUSH
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/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. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h
40
#define
I_FLUSH
(__SID | 5) /* Flush all input and/or output. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
1218
case
I_FLUSH
:
Completed in 37 milliseconds