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

/bind-9.11.3/lib/isc/
H A Dportset.c108 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo, argument
114 REQUIRE(port_lo <= port_hi);
116 p = port_lo;
123 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo, argument
129 REQUIRE(port_lo <= port_hi);
131 p = port_lo;

Completed in 10 milliseconds