Data Fields

uip_udp_conn Struct Reference
[The uIP TCP/IP stack]

#include <uip.h>

Collaboration diagram for uip_udp_conn:
Collaboration graph
[legend]

Data Fields

uip_ipaddr_t ripaddr
u16_t lport
u16_t rport
u8_t ttl
uip_udp_appstate_t appstate

Detailed Description

Representation of a uIP UDP connection.

Definition at line 1217 of file uip.h.


Field Documentation

The application state.

Definition at line 1224 of file uip.h.

The local port number in network byte order.

Definition at line 1219 of file uip.h.

The IP address of the remote peer.

Definition at line 1218 of file uip.h.

The remote port number in network byte order.

Definition at line 1220 of file uip.h.

Default time-to-live.

Definition at line 1221 of file uip.h.


The documentation for this struct was generated from the following file: