Home
last modified time | relevance | path

Searched refs:IPPORT_MAX (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Din.h339 #define IPPORT_MAX 65535 macro
H A Din_pcb.c157 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()
520 porthash_nelements = imin(porthash_nelements, IPPORT_MAX + 1); in in_pcbinfo_init()
/freebsd/lib/libfetch/
H A Dfetch.c429 if (p != q && (n < 1 || n > IPPORT_MAX)) in fetchParseURL()
/freebsd/usr.sbin/rpc.statd/
H A Dstatd.c128 svcport >= IPPORT_MAX) in main()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c173 svcport == 0 || svcport >= IPPORT_MAX) in main()
/freebsd/usr.sbin/mountd/
H A Dmountd.c470 svcport == 0 || svcport >= IPPORT_MAX) in main()