Searched refs:sockets (Results 1 – 5 of 5) sorted by relevance
| /lib/liblwip/ |
| D | CHANGELOG | 35 * opt.h, api.h, api_lib.c, api_msg.h/.c, sockets.c: Implemented timeout on 183 * sockets.c: fixed bug #34581 missing parentheses in udplite sockets code 186 * sockets.h: fixed bug #34580 fcntl() is missing in LWIP_COMPAT_SOCKETS 201 * sockets.c, api_lib.c: fixed bug #34540: compiler error when CORE_LOCKING is 261 * api_msg.c, sockets.c: fixed bug #33956 Wrong error returned when calling 265 * sockets.h: fixed bug #34057 socklen_t should be a typedef 281 * api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns 282 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now 283 lwip_send() sends as much as possible for non-blocking sockets 327 * ip.c, udp.c/.h, pbuf.h, sockets.c: task #10495: Added support for [all …]
|
| D | SConscript | 16 "src/api/sockets.c",
|
| D | UPGRADING | 36 standardised way to set O_NONBLOCK for nonblocking sockets.
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 126 static struct lwip_sock sockets[NUM_SOCKETS]; variable 205 sock = &sockets[s]; in get_socket() 228 if (!sockets[s].conn) { in tryget_socket() 231 return &sockets[s]; in tryget_socket() 252 if (!sockets[i].conn) { in alloc_socket() 253 sockets[i].conn = newconn; in alloc_socket() 257 sockets[i].lastdata = NULL; in alloc_socket() 258 sockets[i].lastoffset = 0; in alloc_socket() 259 sockets[i].rcvevent = 0; in alloc_socket() 262 sockets[i].sendevent = (newconn->type == NETCONN_TCP ? (accepted != 0) : 1); in alloc_socket() [all …]
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 41 - sockets.h
|