dispportentry Struct Reference

A port table entry. We remember every port we first open in a table with a reference counter so that we can 'reuse' the same port (with different destination addresses) using the SO_REUSEADDR socket option. More...


Public Member Functions

 ISC_LINK (struct dispportentry) link

Data Fields

in_port_t port
unsigned int refs


Detailed Description

A port table entry. We remember every port we first open in a table with a reference counter so that we can 'reuse' the same port (with different destination addresses) using the SO_REUSEADDR socket option.

Definition at line 186 of file dispatch.c.


Member Function Documentation

dispportentry::ISC_LINK ( struct  dispportentry  ) 


Field Documentation

in_port_t dispportentry::port

Definition at line 187 of file dispatch.c.

unsigned int dispportentry::refs

Definition at line 188 of file dispatch.c.


The documentation for this struct was generated from the following file:
Generated on Tue Apr 28 17:41:20 2015 by Doxygen 1.5.4 for BIND9 Internals 9.11.0pre-alpha