Representation of a uIP UDP connection.
More...
#include <os/net/ipv6/uip.h>
|
|
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.
|
| |
Representation of a uIP UDP connection.
Definition at line 1309 of file uip.h.