Searched refs:port_lo (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | portset.h | 116 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo, 119 * Add a subset of [port_lo, port_hi] (inclusive) to the portset. Ports in the 124 *\li port_lo <= port_hi 128 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo, 131 * Subtract a subset of [port_lo, port_hi] (inclusive) from the portset. Ports 136 *\li port_lo <= port_hi
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | portset.c | 116 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 9 milliseconds