Home
last modified time | relevance | path

Searched refs:netconn_getaddr (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dapi.h319 err_t netconn_getaddr(struct netconn *conn, ip_addr_t *addr,
322 #define netconn_peer(c,i,p) netconn_getaddr(c,i,p,0)
324 #define netconn_addr(c,i,p) netconn_getaddr(c,i,p,1)
/third_party/lwip/src/api/
Dapi_lib.c269 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr() function
Dsockets.c1099 err_t err = netconn_getaddr(sock->conn, &tmpaddr, &port, 0); in lwip_recv_tcp_from()
2788 err = netconn_getaddr(sock->conn, &naddr, &port, local); in lwip_getaddrname()