Searched defs:port_lo (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dportset.c116 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo, argument
122 REQUIRE(port_lo <= port_hi);
124 p = port_lo;
131 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo, argument
137 REQUIRE(port_lo <= port_hi);
139 p = port_lo;

Completed in 51 milliseconds