Mbed library for ENC28J60 Ethernet modules. Full support for TCP/IP and UDP Server, Client and HTTP server (webserver). DHCP and DNS is included.

Dependents:   mBuino_ENC28_MQTT Nucleo_Web_ENC28J60 Nucleo_Web_ENC28J60_ADC Serial_over_Ethernet ... more

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


Field Documentation

The application state.

Definition at line 1259 of file uip.h.

u16_t lport

The local port number in network byte order.

Definition at line 1254 of file uip.h.

uip_ipaddr_t ripaddr

The IP address of the remote peer.

Definition at line 1253 of file uip.h.

u16_t rport

The remote port number in network byte order.

Definition at line 1255 of file uip.h.

u8_t ttl

Default time-to-live.

Definition at line 1256 of file uip.h.