Home
last modified time | relevance | path

Searched refs:tmpaddr (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/api/
H A Dsockets.c1102 ip_addr_t tmpaddr; in lwip_recv_tcp_from() local
1103 err_t err = netconn_getaddr(sock->conn, &tmpaddr, &port, 0); in lwip_recv_tcp_from()
1105 ip_addr_debug_print_val(SOCKETS_DEBUG, tmpaddr); in lwip_recv_tcp_from()
1108 return lwip_sock_make_addr(sock->conn, &tmpaddr, port, from, fromlen); in lwip_recv_tcp_from()

Completed in 5 milliseconds