Home
last modified time | relevance | path

Searched refs:tcps_smallest_anon_port (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c232 if ((port < tcps->tcps_smallest_anon_port) || in tcp_update_next_port()
234 if (tcps->tcps_smallest_anon_port == in tcp_update_next_port()
239 tcps->tcps_smallest_anon_port); in tcp_update_next_port()
241 port = tcps->tcps_smallest_anon_port + bump; in tcp_update_next_port()
246 if (port < tcps->tcps_smallest_anon_port) in tcp_update_next_port()
247 port = (in_port_t)tcps->tcps_smallest_anon_port; in tcp_update_next_port()
253 port = (in_port_t)tcps->tcps_smallest_anon_port; in tcp_update_next_port()
695 tcps->tcps_smallest_anon_port + 1); in tcp_bindi()
H A Dtcp_tunables.c243 if ((uint32_t)new_value < tcps->tcps_smallest_anon_port) in tcp_largest_anon_set()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h527 #define tcps_smallest_anon_port tcps_propinfo_tbl[27].prop_cur_uval macro