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.
uip_udp_conn Struct Reference
[Uip]
Representation of a uIP UDP connection. More...
#include <uip.h>
Data Fields | |
| uip_ipaddr_t | ripaddr |
| The IP address of the remote peer. | |
| uint16_t | lport |
| The local port number in network byte order. | |
| uint16_t | rport |
| The remote port number in network byte order. | |
| uint8_t | ttl |
| Default time-to-live. | |
| uip_udp_appstate_t | appstate |
| The application state. | |
Detailed Description
Representation of a uIP UDP connection.
Definition at line 1357 of file uip.h.
Field Documentation
Generated on Tue Jul 12 2022 12:52:13 by
1.7.2