#include <net.h>
Public Attributes | |
int | in_use |
int64_t | last_used_timestamp |
unsigned char | ethernet_address [6] |
unsigned char | inside_ip_address [4] |
int | inside_udp_port |
int | fake_ns |
int | udp_id |
int | socket |
unsigned char | outside_ip_address [4] |
int | outside_udp_port |
int udp_connection::fake_ns |
Definition at line 74 of file net.h.
Referenced by net_udp_rx_avail().
int udp_connection::in_use |
Definition at line 65 of file net.h.
Referenced by net_udp_rx_avail().
int64_t udp_connection::last_used_timestamp |
Definition at line 66 of file net.h.
Referenced by net_udp_rx_avail().
int udp_connection::socket |
Definition at line 78 of file net.h.
Referenced by net_udp_rx_avail().
int udp_connection::udp_id |
Definition at line 77 of file net.h.
Referenced by net_udp_rx_avail().