#include <udp.h>
Public Attributes | |
| IP_PCB | |
| struct udp_pcb * | next |
| u8_t | flags |
| u16_t | local_port |
| ports are in host byte order | |
| u16_t | remote_port |
| udp_recv_fn | recv |
| receive callback function | |
| void * | recv_arg |
| user-supplied argument for the recv callback | |
ports are in host byte order
| struct udp_pcb* udp_pcb::next |
receive callback function
| void* udp_pcb::recv_arg |
user-supplied argument for the recv callback
1.7.1