|
Contiki 3.x
|
Representation of a uIP UDP connection. More...
#include <core/net/ip/uip.h>
Data Fields | |
| uip_ipaddr_t | ripaddr |
| The IP address of the remote peer. More... | |
| uint16_t | lport |
| The local port number in network byte order. More... | |
| uint16_t | rport |
| The remote port number in network byte order. More... | |
| uint8_t | ttl |
| Default time-to-live. More... | |
| uip_udp_appstate_t | appstate |
| The application state. More... | |
Representation of a uIP UDP connection.
| uip_udp_appstate_t uip_udp_conn::appstate |
The application state.
Definition at line 1412 of file uip.h.
Referenced by icmp6_new(), udp_attach(), and udp_new().
| uint16_t uip_udp_conn::lport |
The local port number in network byte order.
Definition at line 1407 of file uip.h.
Referenced by uip_init(), uip_process(), and uip_udp_new().
| uip_ipaddr_t uip_udp_conn::ripaddr |
The IP address of the remote peer.
Definition at line 1406 of file uip.h.
Referenced by uip_process(), and uip_udp_new().
| uint16_t uip_udp_conn::rport |
The remote port number in network byte order.
Definition at line 1408 of file uip.h.
Referenced by uip_process(), and uip_udp_new().
| uint8_t uip_udp_conn::ttl |
Default time-to-live.
Definition at line 1409 of file uip.h.
Referenced by uip_process(), and uip_udp_new().
1.8.6