udp_connection Struct Reference

Back to the index.

Public Attributes | List of all members
udp_connection Struct Reference

#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
 

Detailed Description

Definition at line 64 of file net.h.

Member Data Documentation

◆ ethernet_address

unsigned char udp_connection::ethernet_address[6]

Definition at line 69 of file net.h.

◆ fake_ns

int udp_connection::fake_ns

Definition at line 74 of file net.h.

Referenced by net_udp_rx_avail().

◆ in_use

int udp_connection::in_use

Definition at line 65 of file net.h.

Referenced by net_udp_rx_avail().

◆ inside_ip_address

unsigned char udp_connection::inside_ip_address[4]

Definition at line 70 of file net.h.

◆ inside_udp_port

int udp_connection::inside_udp_port

Definition at line 71 of file net.h.

◆ last_used_timestamp

int64_t udp_connection::last_used_timestamp

Definition at line 66 of file net.h.

Referenced by net_udp_rx_avail().

◆ outside_ip_address

unsigned char udp_connection::outside_ip_address[4]

Definition at line 79 of file net.h.

◆ outside_udp_port

int udp_connection::outside_udp_port

Definition at line 80 of file net.h.

◆ socket

int udp_connection::socket

Definition at line 78 of file net.h.

Referenced by net_udp_rx_avail().

◆ udp_id

int udp_connection::udp_id

Definition at line 77 of file net.h.

Referenced by net_udp_rx_avail().


The documentation for this struct was generated from the following file:

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17