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

/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dportset.h118 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo,
121 * Add a subset of [port_lo, port_hi] (inclusive) to the portset. Ports in the
126 *\li port_lo <= port_hi
130 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo,
133 * Subtract a subset of [port_lo, port_hi] (inclusive) from the portset. Ports
138 *\li port_lo <= port_hi
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dportset.h115 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo,
118 * Add a subset of [port_lo, port_hi] (inclusive) to the portset. Ports in the
123 *\li port_lo <= port_hi
127 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo,
130 * Subtract a subset of [port_lo, port_hi] (inclusive) from the portset. Ports
135 *\li port_lo <= port_hi
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dportset.h114 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo,
117 * Add a subset of [port_lo, port_hi] (inclusive) to the portset. Ports in the
122 *\li port_lo <= port_hi
126 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo,
129 * Subtract a subset of [port_lo, port_hi] (inclusive) from the portset. Ports
134 *\li port_lo <= port_hi
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dportset.c118 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo, argument
124 REQUIRE(port_lo <= port_hi);
126 p = port_lo;
133 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo, argument
139 REQUIRE(port_lo <= port_hi);
141 p = port_lo;
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dportset.c112 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo, argument
117 REQUIRE(port_lo <= port_hi);
119 p = port_lo;
126 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo, argument
131 REQUIRE(port_lo <= port_hi);
133 p = port_lo;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dportset.c112 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo, argument
117 REQUIRE(port_lo <= port_hi);
119 p = port_lo;
126 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo, argument
131 REQUIRE(port_lo <= port_hi);
133 p = port_lo;

Completed in 171 milliseconds