Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c146 if (V_ipport_lastauto > V_ipport_firstauto) in tcptw_auto_size()
147 halfrange = (V_ipport_lastauto - V_ipport_firstauto) / 2; in tcptw_auto_size()
149 halfrange = (V_ipport_firstauto - V_ipport_lastauto) / 2; in tcptw_auto_size()
H A Din_pcb.h800 #define V_ipport_firstauto VNET(ipport_firstauto) macro
H A Din_pcb.c174 RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
719 first = V_ipport_firstauto; /* sysctl */ in in_pcb_lport_dest()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h800 #define V_ipport_firstauto VNET(ipport_firstauto) macro
/f-stack/freebsd/net/
H A Dif_vxlan.c2916 sc->vxl_min_port = V_ipport_firstauto; in vxlan_set_default_config()