Home
last modified time | relevance | path

Searched refs:socket (Results 1 – 8 of 8) sorted by relevance

/lib/liblwip/src/api/
Dsockets.c392 nsock->rcvevent += (s16_t)(-1 - newconn->socket); in lwip_accept()
393 newconn->socket = newsock; in lwip_accept()
997 conn->socket = i;
1259 s = conn->socket;
1267 if (conn->socket < 0) {
1269 conn->socket--;
1274 s = conn->socket;
Dapi_msg.c626 conn->socket = -1;
/lib/liblwip/
DUPGRADING127 * Implemented shutdown() at socket- and netconn-level
132 * Implemented many nonblocking socket/netconn functions
DREADME23 * Optional Berkeley-like socket API
DCHANGELOG20 * posix/*: added posix-compatibility include files posix/netdb.h and posix/sys/socket.h
189 * api_msg.c: fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api
281 * api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns
328 IP_MULTICAST_LOOP at socket- and raw-API level.
502 plus many cleanups in socket & netconn API.
574 more than once can render a socket useless) since it mainly involves changing
629 * sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number
692 implemented shutdown at socket level.
823 * api_msg.c: Fixed bug #28865 (Cannot close socket/netconn in non-blocking
1190 socket.
[all …]
/lib/liblwip/src/include/lwip/
Dapi.h160 int socket; member
Dsockets.h360 #define socket(a,b,c) lwip_socket(a,b,c) macro
/lib/liblwip/doc/
Drawapi.txt9 * BSD-style socket API.
12 to use the lwIP stack. It is quite similar to the BSD socket API. The
18 The socket API is a compatibility API for existing applications,
20 provide all functions needed to run socket API applications running
31 this thread! Application threads using the sequential- or socket API
100 the sequential API and of the BSD socket API. A new TCP connection