Searched refs:MSG_EOR (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dsocket.c177 if (flags & MSG_SOL_EOR) fl |= MSG_EOR;
189 if (flags & MSG_EOR) fl |= MSG_SOL_EOR;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsocket.h210 #define MSG_EOR 0x80 /* End of record */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsocket.h210 #define MSG_EOR 0x80 /* End of record */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/x25/
H A Daf_x25.c19 * 2000-03-11 Henner Eisen MSG_EOR handling more POSIX compliant.
869 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_OOB | MSG_EOR))
873 if (!(msg->msg_flags & (MSG_EOR|MSG_OOB)))
1073 msg->msg_flags |= MSG_EOR;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Daf_decnet.c1839 msg->msg_flags |= MSG_EOR;
1893 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR))
1939 * is that SEQPACKET sockets set the MSG_EOR flag for the last
2031 if (((sent + len) == size) && (flags & MSG_EOR)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/
H A Dsocket.c588 msg.msg_flags |= MSG_EOR;
634 msg.msg_flags |= MSG_EOR;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netrom/
H A Daf_netrom.c1007 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Daf_ax25.c1373 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Daf_irda.c1265 /* Note : socket.c set MSG_EOR on SEQPACKET sockets */
1266 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_EOR))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Daf_rose.c1019 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR))

Completed in 197 milliseconds