These are the examples provided for [[/users/frank26080115/libraries/LPC1700CMSIS_Lib/]] Note, the entire "program" is not compilable!

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 1214 of file uip.h.


Field Documentation

The application state.

Definition at line 1221 of file uip.h.

The local port number in network byte order.

Definition at line 1216 of file uip.h.

uip_ipaddr_t ripaddr

The IP address of the remote peer.

Definition at line 1215 of file uip.h.

The remote port number in network byte order.

Definition at line 1217 of file uip.h.

Default time-to-live.

Definition at line 1218 of file uip.h.