Home
last modified time | relevance | path

Searched refs:netconn_addr (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dapi.h324 #define netconn_addr(c,i,p) netconn_getaddr(c,i,p,1) macro
/third_party/lwip/
DCHANGELOG3381 of the netconn_peer and netconn_addr processing is done inside tcpip_thread
3413 crash error problem with netconn_peer & netconn_addr". VERY IMPORTANT:
3414 this change cause an API breakage for netconn_addr, since a parameter
3419 netconn_peer & netconn_addr have the same parameters).
3449 problem with netconn_peer & netconn_addr". Introduce NETCONN_LISTEN netconn_state
3565 * api_lib.c: change return expression in netconn_addr and netconn_peer, because