Searched refs:IPPORT_RESERVED (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/compat/include/ |
| H A D | netdb.h | 152 #define IPPORT_RESERVED 1024 macro
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in.h | 303 #define IPPORT_RESERVED 1024 macro
|
| /f-stack/freebsd/netinet/ |
| H A D | in_pcb.c | 128 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 D | in.h | 320 #define IPPORT_RESERVED 1024 macro
|
| H A D | sctp_pcb.c | 2931 if (ntohs(lport) < IPPORT_RESERVED) { in sctp_inpcb_bind()
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_irc.c | 359 org_port < IPPORT_RESERVED) in AliasHandleIrcOut()
|
| H A D | alias_ftp.c | 657 if (la->true_port < IPPORT_RESERVED) in NewFtpMessage()
|