uIP 1.0 based webserver for LPC1114 + ENC28J60

Dependencies:   mbed TMP102

Embed: (wiki syntax)

« Back to documentation index

uip_udp_conn Struct Reference

uip_udp_conn Struct Reference
[Uip]

Representation of a uIP UDP connection. More...

#include <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 1357 of file uip.h.


Field Documentation

uip_udp_appstate_t appstate

The application state.

Definition at line 1364 of file uip.h.

uint16_t lport

The local port number in network byte order.

Definition at line 1359 of file uip.h.

uip_ipaddr_t ripaddr

The IP address of the remote peer.

Definition at line 1358 of file uip.h.

uint16_t rport

The remote port number in network byte order.

Definition at line 1360 of file uip.h.

uint8_t ttl

Default time-to-live.

Definition at line 1361 of file uip.h.