err_t netconn_addr(struct netconn *conn, struct ip_addr **addr, u16_t *port);
err_t netconn_addr
This function is used to obtain the local IP address and port number of the connection conn.
conn