LwIP + 0/3 examples
CodeScope will show references to netbuf::addr from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
LwIP
STM324x9I_EVAL
Applications
LwIP
STM324xG_EVAL
Applications
LwIP
 
Symbols
loading...
Files
loading...

netbuf::addr field

Syntax

Examples

netbuf::addr is referenced by 3 libraries and example projects.

References

LocationReferrerText
netbuf.h:62
ip_addr_t addr;
api_lib.c:894netconn_recv()
ip_addr_set_zero(&buf->addr);
api_lib.c:925netconn_sendto()
ip_addr_set(&buf->addr, addr);
api_msg.c:258recv_udp()
ip_addr_set(&buf->addr, addr);
api_msg.c:1561lwip_netconn_do_send()
if (ip_addr_isany_val(msg->msg.b->addr) || IP_IS_ANY_TYPE_VAL(msg->msg.b->addr)) {
api_msg.c:1564lwip_netconn_do_send()
err = udp_sendto(msg->conn->pcb.udp, msg->msg.b->p, &msg->msg.b->addr, msg->msg.b->port);
sockets.c:1149lwip_recvfrom_udp_raw()
lwip_sock_make_addr(sock->conn, netbuf_fromaddr(buf), netbuf_fromport(buf),
sockets.c:1483lwip_sendmsg()
SOCKADDR_TO_IPADDR_PORT((const struct sockaddr *)msg->msg_name, &chain_buf.addr, remote_port);
sockets.c:1630lwip_sendto()
SOCKADDR_TO_IPADDR_PORT(to, &buf.addr, remote_port);
sockets.c:1633lwip_sendto()
ip_addr_set_any(NETCONNTYPE_ISIPV6(netconn_type(sock->conn)), &buf.addr);

Data Use

Functions reading netbuf::addr
netbuf::addr
Type of netbuf::addr
netbuf::addr
all items filtered out