isc_portset Struct Reference

Internal representation of portset. It's an array of 32-bit integers, each bit corresponding to a single port in the ascending order. For example, the second most significant bit of buf[0] corresponds to port 1. More...


Data Fields

unsigned int nports
 number of ports in the set
isc_uint32_t buf [ISC_PORTSET_BUFSIZE]


Detailed Description

Internal representation of portset. It's an array of 32-bit integers, each bit corresponding to a single port in the ascending order. For example, the second most significant bit of buf[0] corresponds to port 1.

Definition at line 36 of file portset.c.


Field Documentation

unsigned int isc_portset::nports

number of ports in the set

Definition at line 37 of file portset.c.

Referenced by isc_portset_nports(), portset_add(), and portset_remove().

isc_uint32_t isc_portset::buf[ISC_PORTSET_BUFSIZE]

Definition at line 38 of file portset.c.

Referenced by portset_add(), portset_isset(), and portset_remove().


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