Searched defs:FIONREAD (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 37 #define FIONREAD 0x541B macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 51 #define FIONREAD 0x467F macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 51 #define FIONREAD 0x467F macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 51 #define FIONREAD 0x467F macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 15 #define FIONREAD _IOR('f', 127, int) macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 37 #define FIONREAD 0x541B macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 15 #define FIONREAD _IOR('f', 127, int) macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 15 #define FIONREAD _IOR('f', 127, int) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 54 #define FIONREAD 0x541B macro
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | winsock.h | 56 #define FIONREAD _IOR('f',127,u_long) macro
|
D | winsock2.h | 75 #define FIONREAD _IOR('f',127,u_long) macro
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 418 #define FIONREAD _IOR('f', 127, unsigned long) /* get # bytes to read */ macro
|