![]() |
EVE 1.0
|
#include <uip.h>
Data Fields | |
uip_ipaddr_t | ripaddr |
uint16_t | lport |
uint16_t | rport |
uint8_t | ttl |
uint8_t | arpid |
uip_udp_appstate_t | appstate |
uip_ipaddr_t uip_udp_conn::ripaddr |
The IP address of the remote peer.
Definition at line 1413 of file uip.h.
Referenced by uip_init(), uip_process(), and uip_send().
uint16_t uip_udp_conn::lport |
The local port number in network byte order.
Definition at line 1414 of file uip.h.
Referenced by simple_udp_deregister(), tcpip_output(), uip_init(), and uip_process().
uint16_t uip_udp_conn::rport |
The remote port number in network byte order.
Definition at line 1415 of file uip.h.
Referenced by uip_init(), and uip_process().
uint8_t uip_udp_conn::ttl |
Default time-to-live.
Definition at line 1416 of file uip.h.
Referenced by uip_init(), and uip_process().
uint8_t uip_udp_conn::arpid |
uip_udp_appstate_t uip_udp_conn::appstate |
The application state.
Definition at line 1420 of file uip.h.
Referenced by simple_udp_deregister(), tcpip_input(), and tcpip_output().