Home
last modified time | relevance | path

Searched refs:IPPORT_RESERVED (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/
H A Dnetdb.h152 #define IPPORT_RESERVED 1024 macro
/f-stack/tools/compat/include/netinet/
H A Din.h303 #define IPPORT_RESERVED 1024 macro
/f-stack/freebsd/netinet/
H A Din_pcb.c128 VNET_DEFINE(int, ipport_lowfirstauto) = IPPORT_RESERVED - 1; /* 1023 */
140 VNET_DEFINE(int, ipport_reservedhigh) = IPPORT_RESERVED - 1; /* 1023 */
172 RANGECHK(V_ipport_lowfirstauto, 1, IPPORT_RESERVED - 1); in sysctl_net_ipport_check()
173 RANGECHK(V_ipport_lowlastauto, 1, IPPORT_RESERVED - 1); in sysctl_net_ipport_check()
174 RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
175 RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
176 RANGECHK(V_ipport_hifirstauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
177 RANGECHK(V_ipport_hilastauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
H A Din.h320 #define IPPORT_RESERVED 1024 macro
H A Dsctp_pcb.c2931 if (ntohs(lport) < IPPORT_RESERVED) { in sctp_inpcb_bind()
/f-stack/freebsd/netinet/libalias/
H A Dalias_irc.c359 org_port < IPPORT_RESERVED) in AliasHandleIrcOut()
H A Dalias_ftp.c657 if (la->true_port < IPPORT_RESERVED) in NewFtpMessage()