Searched refs:tcps_smallest_anon_port (Results 1 – 3 of 3) sorted by relevance
231 if ((port < tcps->tcps_smallest_anon_port) || in tcp_update_next_port()233 if (tcps->tcps_smallest_anon_port == in tcp_update_next_port()238 tcps->tcps_smallest_anon_port); in tcp_update_next_port()240 port = tcps->tcps_smallest_anon_port + bump; in tcp_update_next_port()245 if (port < tcps->tcps_smallest_anon_port) in tcp_update_next_port()246 port = (in_port_t)tcps->tcps_smallest_anon_port; in tcp_update_next_port()252 port = (in_port_t)tcps->tcps_smallest_anon_port; in tcp_update_next_port()693 tcps->tcps_smallest_anon_port + 1); in tcp_bindi()
236 if ((uint32_t)new_value < tcps->tcps_smallest_anon_port) in tcp_largest_anon_set()
493 #define tcps_smallest_anon_port tcps_propinfo_tbl[27].prop_cur_uval macro