Outgoing commpoint for UDP port. More...
#include <outside_network.h>
Data Fields | |
struct port_comm * | next |
next in free list | |
int | number |
which port number (when in use) | |
struct port_if * | pif |
interface it is used in | |
int | index |
index in the out array of the interface | |
int | num_outstanding |
number of outstanding queries on this port | |
struct comm_point * | cp |
UDP commpoint, fd=-1 if not in use. | |
Outgoing commpoint for UDP port.