HomeSort by: relevance | last modified time | path
    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