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

/freebsd-11.0-release/sys/compat/linuxkpi/common/include/net/
H A Dip.h50 *low = V_ipport_firstauto;
/freebsd-11.0-release/sys/netinet/
H A Dtcp_timewait.c140 if (V_ipport_lastauto > V_ipport_firstauto)
141 halfrange = (V_ipport_lastauto - V_ipport_firstauto) / 2;
143 halfrange = (V_ipport_firstauto - V_ipport_lastauto) / 2;
H A Din_pcb.h663 #define V_ipport_firstauto VNET(ipport_firstauto) macro
H A Din_pcb.c158 RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX);
409 first = V_ipport_firstauto; /* sysctl */
/freebsd-11.0-release/sys/net/
H A Dif_vxlan.c2558 sc->vxl_min_port = V_ipport_firstauto;

Completed in 198 milliseconds