Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dapi.h219 #define netconn_addr(c,i,p) netconn_getaddr(c,i,p,1) macro
/external/syslinux/core/lwip/
DCHANGELOG1883 of the netconn_peer and netconn_addr processing is done inside tcpip_thread
1915 crash error problem with netconn_peer & netconn_addr". VERY IMPORTANT:
1916 this change cause an API breakage for netconn_addr, since a parameter
1921 netconn_peer & netconn_addr have the same parameters).
1951 problem with netconn_peer & netconn_addr". Introduce NETCONN_LISTEN netconn_state
2067 * api_lib.c: change return expression in netconn_addr and netconn_peer, because