Home
last modified time | relevance | path

Searched refs:MSG_OOB (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Dsocket.h184 MSG_OOB = 0x01, /* Process out-of-band data. */ enumerator
185 #define MSG_OOB MSG_OOB macro
/glibc-2.36/bits/
Dsocket.h180 MSG_OOB = 0x01, /* Process out-of-band data. */ enumerator
181 #define MSG_OOB MSG_OOB macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket.h207 MSG_OOB = 0x01, /* Process out-of-band data. */ enumerator
208 #define MSG_OOB MSG_OOB macro
/glibc-2.36/conform/data/sys/
Dsocket.h-data82 macro MSG_OOB
/glibc-2.36/manual/
Dsocket.texi2653 @code{MSG_OOB} flag to read or write out-of-band data, the
2791 @deftypevr Macro int MSG_OOB
2857 @code{send}, specifying the flag @code{MSG_OOB} (@pxref{Sending
2862 available out-of-band data, use @code{recv} with the @code{MSG_OOB}
2973 success = recv (socket, buf, BUF_SZ, MSG_OOB);
3478 @code{read} or @code{recv} without specifying the @code{MSG_OOB}