Home
last modified time | relevance | path

Searched refs:IPPORT_HIFIRSTAUTO (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c384 return (IPPORT_HIFIRSTAUTO + (arc4random() % in pick_proxy_port()
385 (IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO))); in pick_proxy_port()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp67 #define HIGH_PORT (IPPORT_HIFIRSTAUTO)
/freebsd/sys/netinet/
H A Din.h328 #define IPPORT_HIFIRSTAUTO 49152 macro
H A Din_pcb.c124 VNET_DEFINE(int, ipport_hifirstauto) = IPPORT_HIFIRSTAUTO; /* 49152 */
/freebsd/contrib/pf/ftp-proxy/
H A Dftp-proxy.c852 return (IPPORT_HIFIRSTAUTO + in pick_proxy_port()
853 arc4random_uniform(IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO)); in pick_proxy_port()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp184 #define HIGH_PORT (IPPORT_HIFIRSTAUTO)