Home
last modified time | relevance | path

Searched refs:IPPORT_HILASTAUTO (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/pf/tftp-proxy/
HDtftp-proxy.c385 (IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO))); in pick_proxy_port()
/NextBSD/sys/netinet/
HDin.h330 #define IPPORT_HILASTAUTO 65535 macro
HDin_pcb.c125 VNET_DEFINE(int, ipport_hilastauto) = IPPORT_HILASTAUTO; /* 65535 */
/NextBSD/usr.bin/aslutil/
HDsyslog.c1409 port = (arc4random() % (IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO)) + IPPORT_HIFIRSTAUTO; in syslogd_direct_watch()
1420 port = (arc4random() % (IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO)) + IPPORT_HIFIRSTAUTO; in syslogd_direct_watch()
/NextBSD/contrib/pf/ftp-proxy/
HDftp-proxy.c856 arc4random_uniform(IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO)); in pick_proxy_port()