Home
last modified time | relevance | path

Searched defs:MSG_OOB (Results 1 – 8 of 8) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dwinsock.h257 #define MSG_OOB 0x1 macro
Dwinsock2.h310 #define MSG_OOB 0x1 macro
/third_party/python/Lib/
Dftplib.py47 MSG_OOB = 0x1 # Process data out of band variable
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h328 #define MSG_OOB 0x0001 macro
/third_party/musl/include/sys/
Dsocket.h328 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h328 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h332 #define MSG_OOB 0x0001 macro
/third_party/lwip/src/include/lwip/
Dsockets.h262 #define MSG_OOB 0x04 /* Unimplemented: Requests out-of-band data. The significance and se… macro