#include <simple-udp.h>
Data Fields | |
struct process * | client_process |
uint16_t | local_port |
struct simple_udp_connection * | next |
simple_udp_callback | receive_callback |
uip_ipaddr_t | remote_addr |
uint16_t | remote_port |
struct uip_udp_conn * | udp_conn |
struct process* simple_udp_connection::client_process |
Referenced by PROCESS_THREAD().
uint16_t simple_udp_connection::local_port |
Referenced by simple_udp_register().
struct simple_udp_connection* simple_udp_connection::next |
simple_udp_callback simple_udp_connection::receive_callback |
Referenced by PROCESS_THREAD(), and simple_udp_register().
uip_ipaddr_t simple_udp_connection::remote_addr |
Referenced by simple_udp_register(), and simple_udp_send().
uint16_t simple_udp_connection::remote_port |
Referenced by simple_udp_register(), simple_udp_send(), and simple_udp_sendto().
struct uip_udp_conn* simple_udp_connection::udp_conn |
Referenced by simple_udp_register(), simple_udp_send(), simple_udp_sendto(), and simple_udp_sendto_port().