Searched refs:IPPORT_MAX (Results 1 – 7 of 7) sorted by relevance
339 #define IPPORT_MAX 65535 macro
157 RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()158 RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()159 RANGECHK(V_ipport_hifirstauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()160 RANGECHK(V_ipport_hilastauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()573 porthash_nelements = imin(porthash_nelements, IPPORT_MAX + 1); in in_pcbinfo_init()
429 if (p != q && (n < 1 || n > IPPORT_MAX)) in fetchParseURL()
128 svcport >= IPPORT_MAX) in main()
173 svcport == 0 || svcport >= IPPORT_MAX) in main()
366 if (*p || num <= 0 || num > IPPORT_MAX) in main()
498 svcport == 0 || svcport >= IPPORT_MAX) in main()