Searched refs:tcps_smallest_anon_port (Results 1 – 3 of 3) sorted by relevance
233 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()
243 if ((uint32_t)new_value < tcps->tcps_smallest_anon_port) in tcp_largest_anon_set()
527 #define tcps_smallest_anon_port tcps_propinfo_tbl[27].prop_cur_uval macro