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

netbuf::port field

Syntax

u16_t port;

Examples

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

References

LocationReferrerText
netbuf.h:63
u16_t port;
api_lib.c:893netconn_recv()
buf->port = 0;
api_lib.c:926netconn_sendto()
buf->port = port;
api_msg.c:259recv_udp()
buf->port = port;
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:1484lwip_sendmsg()
netbuf_fromport(&chain_buf) = remote_port;
sockets.c:1635lwip_sendto()
netbuf_fromport(&buf) = remote_port;

Data Use

Functions writing netbuf::port
Functions reading netbuf::port
netbuf::port
Type of netbuf::port
netbuf::port
all items filtered out