IPPORT_HIFIRSTAUTO
int ipport_hifirstauto = IPPORT_HIFIRSTAUTO; /* 49152 */
return (IPPORT_HIFIRSTAUTO + (arc4random() %
(IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO)));