Home
last modified time | relevance | path

Searched refs:NETCONN_MORE (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/core/
H A Dinit.c239 #if NETCONN_MORE != TCP_WRITE_FLAG_MORE
240 #error "NETCONN_MORE != TCP_WRITE_FLAG_MORE"
/third_party/lwip/src/include/lwip/
H A Dapi.h64 #define NETCONN_MORE 0x02 macro
/third_party/lwip/src/api/
H A Dsockets.c1456 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_send()
1510 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_sendmsg_internal()

Completed in 8 milliseconds