Searched refs:socket (Results 1 – 8 of 8) sorted by relevance
392 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;
626 conn->socket = -1;
127 * Implemented shutdown() at socket- and netconn-level132 * Implemented many nonblocking socket/netconn functions
23 * Optional Berkeley-like socket API
20 * posix/*: added posix-compatibility include files posix/netdb.h and posix/sys/socket.h189 * api_msg.c: fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api281 * api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns328 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 changing629 * sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number692 implemented shutdown at socket level.823 * api_msg.c: Fixed bug #28865 (Cannot close socket/netconn in non-blocking1190 socket.[all …]
160 int socket; member
360 #define socket(a,b,c) lwip_socket(a,b,c) macro
9 * BSD-style socket API.12 to use the lwIP stack. It is quite similar to the BSD socket API. The18 The socket API is a compatibility API for existing applications,20 provide all functions needed to run socket API applications running31 this thread! Application threads using the sequential- or socket API100 the sequential API and of the BSD socket API. A new TCP connection