Searched refs:IPPORT_HIFIRSTAUTO (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c384 return (IPPORT_HIFIRSTAUTO + (arc4random() %
385 (IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO)));
/freebsd-10.0-release/sys/netinet/
H A Din.h269 * The default range is IPPORT_HIFIRSTAUTO through
324 #define IPPORT_HIFIRSTAUTO 49152 macro
H A Din_pcb.c110 VNET_DEFINE(int, ipport_hifirstauto) = IPPORT_HIFIRSTAUTO; /* 49152 */
/freebsd-10.0-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c855 return (IPPORT_HIFIRSTAUTO +
856 arc4random_uniform(IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO));
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp155 #define HIGH_PORT (IPPORT_HIFIRSTAUTO)

Completed in 106 milliseconds