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

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dportset.h116 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
/freebsd-11-stable/contrib/ntp/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 102 milliseconds