Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
udp_pcb Struct Reference
the UDP protocol control block More...
#include <udp.h>
Data Fields | |
IP_PCB | |
Common members of all PCB types. | |
u16_t | local_port |
ports are in host byte order | |
ip_addr_t | multicast_ip |
outgoing network interface for multicast packets | |
u8_t | mcast_ttl |
TTL for outgoing multicast packets. | |
u16_t | chksum_len_rx |
used for UDP_LITE only | |
udp_recv_fn | recv |
receive callback function | |
void * | recv_arg |
user-supplied argument for the recv callback |
Detailed Description
the UDP protocol control block
Definition at line 81 of file udp.h.
Field Documentation
u16_t chksum_len_rx |
u16_t local_port |
Generated on Thu Jul 14 2022 14:36:31 by
