Searched refs:MSG_MORE (Results 1 – 7 of 7) sorted by relevance
220 #define MSG_MORE 0x10 /* Sender will send more */ macro
348 #define MSG_MORE 0x8000 macro
204 #define MSG_MORE 0x8000 macro
323 #define MSG_MORE 0x10 macro
265 #define MSG_MORE 0x10 /* Sender will send more */ macro
1456 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_send()1500 LWIP_ERROR("lwip_sendmsg: unsupported flags", (flags & ~(MSG_DONTWAIT | MSG_MORE)) == 0, in lwip_sendmsg_internal()1510 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_sendmsg_internal()
1471 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_send()1504 LWIP_ERROR("lwip_sendmsg: unsupported flags", (flags & ~(MSG_DONTWAIT | MSG_MORE)) == 0, in lwip_sendmsg()1514 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_sendmsg()