Searched refs:IPPORT_HIFIRSTAUTO (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp66 #define HIGH_PORT (IPPORT_HIFIRSTAUTO)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp183 #define HIGH_PORT (IPPORT_HIFIRSTAUTO)
/freebsd-11-stable/sys/netinet/
H A Din_pcb.c113 VNET_DEFINE(int, ipport_hifirstauto) = IPPORT_HIFIRSTAUTO; /* 49152 */
H A Din.h274 * The default range is IPPORT_HIFIRSTAUTO through
329 #define IPPORT_HIFIRSTAUTO 49152 macro
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c855 return (IPPORT_HIFIRSTAUTO +
856 arc4random_uniform(IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO));
/freebsd-11-stable/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c384 return (IPPORT_HIFIRSTAUTO + (arc4random() %
385 (IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO)));

Completed in 112 milliseconds