Home
last modified time | relevance | path

Searched refs:MSG_MORE (Results 1 – 11 of 11) sorted by relevance

/components/net/sal/include/
A Dsal_socket.h120 #define MSG_MORE 0x10 /* Sender will send more */ macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsockets.h136 #define MSG_MORE 0x10 /* Sender will send more */ macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsockets.h239 #define MSG_MORE 0x10 /* Sender will send more */ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h264 #define MSG_MORE 0x10 /* Sender will send more */ macro
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c1431 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_send()
1464 LWIP_ERROR("lwip_sendmsg: unsupported flags", (flags & ~(MSG_DONTWAIT | MSG_MORE)) == 0, in lwip_sendmsg()
1474 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_sendmsg()
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c979 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_send()
1018 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_sendmsg()
/components/net/lwip/lwip-1.4.1/src/api/
A Dsockets.c792 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_send()
/components/lwp/
A Dlwp_syscall.c5596 flgs |= MSG_MORE; in netflags_muslc_2_lwip()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1648 Integrate "patch #6250 : MSG_MORE flag for send". MSG_MORE is used at socket api
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2604 Integrate "patch #6250 : MSG_MORE flag for send". MSG_MORE is used at socket api
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2857 Integrate "patch #6250 : MSG_MORE flag for send". MSG_MORE is used at socket api

Completed in 49 milliseconds