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.c233 if ((port < tcps->tcps_smallest_anon_port) || in tcp_update_next_port()
235 if (tcps->tcps_smallest_anon_port == in tcp_update_next_port()
240 tcps->tcps_smallest_anon_port); in tcp_update_next_port()
242 port = tcps->tcps_smallest_anon_port + bump; in tcp_update_next_port()
247 if (port < tcps->tcps_smallest_anon_port) in tcp_update_next_port()
248 port = (in_port_t)tcps->tcps_smallest_anon_port; in tcp_update_next_port()
254 port = (in_port_t)tcps->tcps_smallest_anon_port; in tcp_update_next_port()
696 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