Electroneum
port_comm Struct Reference

#include <outside_network.h>

Collaboration diagram for port_comm:

Public Attributes

struct port_commnext
 
int number
 
struct port_ifpif
 
int index
 
int num_outstanding
 
struct comm_pointcp
 

Detailed Description

Outgoing commpoint for UDP port.

Definition at line 193 of file outside_network.h.

Member Data Documentation

◆ cp

struct comm_point* port_comm::cp

UDP commpoint, fd=-1 if not in use

Definition at line 205 of file outside_network.h.

◆ index

int port_comm::index

index in the out array of the interface

Definition at line 201 of file outside_network.h.

◆ next

struct port_comm* port_comm::next

next in free list

Definition at line 195 of file outside_network.h.

◆ num_outstanding

int port_comm::num_outstanding

number of outstanding queries on this port

Definition at line 203 of file outside_network.h.

◆ number

int port_comm::number

which port number (when in use)

Definition at line 197 of file outside_network.h.

◆ pif

struct port_if* port_comm::pif

interface it is used in

Definition at line 199 of file outside_network.h.


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