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