Searched refs:MSG_OOB (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/include-glibc/bits/
H A Dsocket.h143 MSG_OOB = 0x01, /* Process out-of-band data. */ enumerator in enum:__anon7595
144 #define MSG_OOB MSG_OOB macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/include-glibc/
H A Dsocketbits.h143 MSG_OOB = 0x01, /* Process out-of-band data. */ enumerator in enum:__anon7597
144 #define MSG_OOB MSG_OOB macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Daf_decnet.c1678 if (flags & MSG_OOB)
1734 if (flags & ~(MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT)) {
1739 if (flags & MSG_OOB)
1754 if (!(flags & MSG_OOB)) {
1755 msg->msg_flags |= MSG_OOB;
1828 if (flags & MSG_OOB)
1862 if (flags & MSG_OOB) {
1893 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR))
1943 if (flags & MSG_OOB) {
2012 if (flags & MSG_OOB) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/x25/
H A Daf_x25.c869 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_OOB | MSG_EOR))
873 if (!(msg->msg_flags & (MSG_EOR|MSG_OOB)))
908 if ((msg->msg_flags & MSG_OOB) && len > 32)
942 if (msg->msg_flags & MSG_OOB) {
982 if (msg->msg_flags & MSG_OOB) {
1031 if (flags & MSG_OOB) {
1047 msg->msg_flags |= MSG_OOB;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dsocket.c175 int fl = flags & (MSG_OOB|MSG_PEEK|MSG_DONTROUTE);
187 int fl = flags & (MSG_OOB|MSG_PEEK|MSG_DONTROUTE);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Daf_bluetooth.c196 if (flags & (MSG_OOB))
H A Dhci_sock.c327 if (flags & (MSG_OOB))
364 if (msg->msg_flags & MSG_OOB)
H A Dsco.c625 if (msg->msg_flags & MSG_OOB)
H A Dl2cap.c648 if (msg->msg_flags & MSG_OOB)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsocket.h202 #define MSG_OOB 1 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsocket.h202 #define MSG_OOB 1 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Draw.c335 if (msg->msg_flags & MSG_OOB) /* Mirror BSD error message */
492 if (flags & MSG_OOB)
H A Dtcp.c112 * Michael Pall : recv(...,MSG_OOB) never blocks in the
799 if (flags & MSG_OOB) {
899 if (skb->len != mss_now || (flags&MSG_OOB))
1164 if (skb->len != mss_now || (flags&MSG_OOB))
1238 msg->msg_flags|=MSG_OOB;
1253 /* Fixed the recv(..., MSG_OOB) behaviour. BSD docs and
1492 if (flags & MSG_OOB)
H A Dudp.c446 if (msg->msg_flags&MSG_OOB) /* Mirror BSD error message compatibility */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/unix/
H A Daf_unix.c1166 if (msg->msg_flags&MSG_OOB)
1296 if (msg->msg_flags&MSG_OOB)
1402 if (flags&MSG_OOB)
1510 if (flags&MSG_OOB)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Draw.c358 if (flags & MSG_OOB)
528 if (msg->msg_flags & MSG_OOB)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netlink/
H A Daf_netlink.c575 if (msg->msg_flags&MSG_OOB)
642 if (flags&MSG_OOB)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Daf_irda.c1417 if (flags & MSG_OOB)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/wanrouter/
H A Daf_wanpipe.c1648 if (flags & MSG_OOB){

Completed in 217 milliseconds