udp_pcb::flags is only used within LwIP.
 
Symbols
loading...
Files
loading...

udp_pcb::flags field

Syntax

u8_t flags;

References

LocationReferrerText
udp.h:89
u8_t flags;
api_msg.c:649pcb_new()
api_msg.c:1897lwip_netconn_do_getaddr()
if ((msg->conn->pcb.udp->flags & UDP_FLAGS_CONNECTED) == 0) {
sockets.c:3010lwip_getsockopt_impl()
*(int *)optval = udp_is_flag_set(sock->conn->pcb.udp, UDP_FLAGS_NOCHKSUM) ? 1 : 0;
sockets.c:3415lwip_setsockopt_impl()
udp_set_flags(sock->conn->pcb.udp, UDP_FLAGS_NOCHKSUM);
sockets.c:3417lwip_setsockopt_impl()
udp_clear_flags(sock->conn->pcb.udp, UDP_FLAGS_NOCHKSUM);
udp.c:264udp_input()
if ((pcb->flags & UDP_FLAGS_CONNECTED) == 0) {
udp.c:1098udp_connect()
udp.c:1145udp_disconnect()

Data Use

Functions writing udp_pcb::flags
Functions reading udp_pcb::flags
udp_pcb::flags
Type of udp_pcb::flags
udp_pcb::flags
all items filtered out