Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din.h272 #define IPPORT_HIFIRSTAUTO 49152 macro
H A Din_pcb.c121 int ipport_hifirstauto = IPPORT_HIFIRSTAUTO; /* 49152 */
/dragonfly/usr.sbin/ftp-proxy/
H A Dftp-proxy.c917 return (IPPORT_HIFIRSTAUTO + (arc4random() % in pick_proxy_port()
918 (IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO))); in pick_proxy_port()