Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h796 #define V_ipport_reservedhigh VNET(ipport_reservedhigh) macro
/f-stack/freebsd/netinet/
H A Din_pcb.h796 #define V_ipport_reservedhigh VNET(ipport_reservedhigh) macro
H A Din_pcb.c995 if (ntohs(lport) <= V_ipport_reservedhigh && in in_pcbbind_setup()
/f-stack/freebsd/netinet6/
H A Din6_pcb.c214 if (ntohs(lport) <= V_ipport_reservedhigh && in in6_pcbbind()