Searched refs:V_ipport_lastauto (Results 1 – 4 of 4) sorted by relevance
50 *high = V_ipport_lastauto; in inet_get_local_port_range()
139 if (V_ipport_lastauto > V_ipport_firstauto) in tcptw_auto_size()140 halfrange = (V_ipport_lastauto - V_ipport_firstauto) / 2; in tcptw_auto_size()142 halfrange = (V_ipport_firstauto - V_ipport_lastauto) / 2; in tcptw_auto_size()
594 #define V_ipport_lastauto VNET(ipport_lastauto) macro
152 RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()385 last = V_ipport_lastauto; in in_pcb_lport()