Home
last modified time | relevance | path

Searched refs:V_ipport_firstauto (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/ofed/include/net/
HDip.h49 *low = V_ipport_firstauto; in inet_get_local_port_range()
/trueos/sys/netinet/
HDtcp_timewait.c139 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()
HDin_pcb.h593 #define V_ipport_firstauto VNET(ipport_firstauto) macro
HDin_pcb.c151 RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
384 first = V_ipport_firstauto; /* sysctl */ in in_pcb_lport()