|
Electroneum
|
#include <outside_network.h>

Public Attributes | |
| struct port_comm * | next |
| int | number |
| struct port_if * | pif |
| int | index |
| int | num_outstanding |
| struct comm_point * | cp |
Outgoing commpoint for UDP port.
Definition at line 193 of file outside_network.h.
| struct comm_point* port_comm::cp |
UDP commpoint, fd=-1 if not in use
Definition at line 205 of file outside_network.h.
| int port_comm::index |
index in the out array of the interface
Definition at line 201 of file outside_network.h.
| struct port_comm* port_comm::next |
next in free list
Definition at line 195 of file outside_network.h.
| int port_comm::num_outstanding |
number of outstanding queries on this port
Definition at line 203 of file outside_network.h.
| int port_comm::number |
which port number (when in use)
Definition at line 197 of file outside_network.h.
| struct port_if* port_comm::pif |
interface it is used in
Definition at line 199 of file outside_network.h.