Home
last modified time | relevance | path

Searched refs:NETCONN_MORE (Results 1 – 4 of 4) sorted by relevance

/minix3/minix/lib/liblwip/dist/src/core/
H A Dinit.c228 #if NETCONN_MORE != TCP_WRITE_FLAG_MORE
/minix3/minix/lib/liblwip/dist/src/include/lwip/
H A Dapi.h64 #define NETCONN_MORE 0x02 macro
/minix3/minix/lib/liblwip/dist/src/api/
H A Dsockets.c1107 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_send()
1151 ((flags & MSG_MORE) ? NETCONN_MORE : 0) | in lwip_sendmsg()
/minix3/minix/lib/liblwip/dist/
H A DCHANGELOG2563 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api