Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/rpc.lockd/
H A Dlockd.c76 #ifndef IPPORT_MAX
77 #define IPPORT_MAX 65535 macro
146 svcport == 0 || svcport >= IPPORT_MAX) in main()
/dragonfly/sys/netinet/
H A Din.h283 #define IPPORT_MAX 65535 macro
/dragonfly/lib/libfetch/
H A Dfetch.c433 if (n < 1 || n > IPPORT_MAX) in fetchParseURL()
/dragonfly/sbin/mountd/
H A Dmountd.c304 svcport == 0 || svcport >= IPPORT_MAX) in main()