Searched refs:IPPORT_HILASTAUTO (Results 1 – 5 of 5) sorted by relevance
385 (IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO))); in pick_proxy_port()
330 #define IPPORT_HILASTAUTO 65535 macro
125 VNET_DEFINE(int, ipport_hilastauto) = IPPORT_HILASTAUTO; /* 65535 */
1409 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()
856 arc4random_uniform(IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO)); in pick_proxy_port()