OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IPPORT_HIFIRSTAUTO
(Results
1 - 2
of
2
) sorted by relevancy
/src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c
64
#ifndef
IPPORT_HIFIRSTAUTO
65
#define
IPPORT_HIFIRSTAUTO
IPPORT_ANONMIN
66
#endif /*
IPPORT_HIFIRSTAUTO
*/
411
return (
IPPORT_HIFIRSTAUTO
+ (arc4random() %
412
(IPPORT_HILASTAUTO -
IPPORT_HIFIRSTAUTO
)));
/src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c
66
#ifndef
IPPORT_HIFIRSTAUTO
67
#define
IPPORT_HIFIRSTAUTO
IPPORT_ANONMIN
68
#endif /*
IPPORT_HIFIRSTAUTO
*/
883
return (
IPPORT_HIFIRSTAUTO
+ (arc4random() %
884
(IPPORT_HILASTAUTO -
IPPORT_HIFIRSTAUTO
)));
Completed in 12 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025