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.
Fork of UIPEthernet by
uip_udp_conn Struct Reference
[The UIP TCP/IP stack]
Representation of a UIP UDP connection. More...
#include <uip.h>
Data Fields | |
uip_ipaddr_t | ripaddr |
The IP address of the remote peer. | |
u16_t | lport |
The local port number in network byte order. | |
u16_t | rport |
The remote port number in network byte order. | |
u8_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 1261 of file uip.h.
Field Documentation
Generated on Tue Jul 12 2022 18:10:58 by
