Contiki-NG
Loading...
Searching...
No Matches
uip_udp_conn Struct Reference

Representation of a uIP UDP connection. More...

#include <os/net/ipv6/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 1309 of file uip.h.