mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Embed: (wiki syntax)

« Back to documentation index

uip_udp_conn Struct Reference

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

The application state.

Definition at line 1269 of file uip.h.

u16_t lport

The local port number in network byte order.

Definition at line 1264 of file uip.h.

uip_ipaddr_t ripaddr

The IP address of the remote peer.

Definition at line 1263 of file uip.h.

u16_t rport

The remote port number in network byte order.

Definition at line 1265 of file uip.h.

u8_t ttl

Default time-to-live.

Definition at line 1266 of file uip.h.