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

/freebsd-10-stable/sys/ofed/include/net/
H A Dip.h50 *high = V_ipport_lastauto;
/freebsd-10-stable/sys/netinet/
H A Dtcp_timewait.c139 if (V_ipport_lastauto > V_ipport_firstauto)
140 halfrange = (V_ipport_lastauto - V_ipport_firstauto) / 2;
142 halfrange = (V_ipport_firstauto - V_ipport_lastauto) / 2;
H A Din_pcb.h646 #define V_ipport_lastauto VNET(ipport_lastauto) macro
H A Din_pcb.c152 RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX);
396 last = V_ipport_lastauto;
/freebsd-10-stable/sys/net/
H A Dif_vxlan.c2559 sc->vxl_max_port = V_ipport_lastauto;

Completed in 91 milliseconds