Contiki-NG
Data Fields
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. More...
 
uint16_t lport
 The local port number in network byte order. More...
 
uint16_t rport
 The remote port number in network byte order. More...
 
uint8_t ttl
 Default time-to-live. More...
 
uip_udp_appstate_t appstate
 The application state. More...
 

Detailed Description

Representation of a uIP UDP connection.

Definition at line 1375 of file uip.h.

Field Documentation

◆ appstate

uip_udp_appstate_t uip_udp_conn::appstate

The application state.

Definition at line 1381 of file uip.h.

◆ lport

uint16_t uip_udp_conn::lport

The local port number in network byte order.

Definition at line 1377 of file uip.h.

◆ ripaddr

uip_ipaddr_t uip_udp_conn::ripaddr

The IP address of the remote peer.

Definition at line 1376 of file uip.h.

◆ rport

uint16_t uip_udp_conn::rport

The remote port number in network byte order.

Definition at line 1378 of file uip.h.

◆ ttl

uint8_t uip_udp_conn::ttl

Default time-to-live.

Definition at line 1379 of file uip.h.