lwip_sock_make_addr() is only used within LwIP.
 
Symbols
loading...
Files
loading...

lwip_sock_make_addr() function

Syntax

static int lwip_sock_make_addr(struct netconn *conn,     ip_addr_t *fromaddr,     u16_t port,     struct sockaddr *from,     socklen_t *fromlen);

Arguments

conn

fromaddr

port

from

fromlen

References

LocationReferrerText
sockets.c:1023
lwip_sock_make_addr(struct netconn *conn, ip_addr_t *fromaddr, u16_t port,
sockets.c:1077lwip_recv_tcp_from()
return lwip_sock_make_addr(sock->conn, &tmpaddr, port, from, fromlen);
sockets.c:1149lwip_recvfrom_udp_raw()
lwip_sock_make_addr(sock->conn, netbuf_fromaddr(buf), netbuf_fromport(buf),

Call Tree

Functions calling lwip_sock_make_addr()
Functions called by lwip_sock_make_addr()
lwip_sock_make_addr()
memcpy()
memset()
printf()
all items filtered out
Data read by lwip_sock_make_addr()
Data written by lwip_sock_make_addr()
lwip_sock_make_addr()
lwip_sock_make_addr()::truncated
all items filtered out
Type of lwip_sock_make_addr()
lwip_sock_make_addr()
all items filtered out