Searched refs:lastport (Results 1 – 1 of 1) sorted by relevance
762 unsigned short *lastport; in in_pcb_lport_dest() local784 lastport = &pcbinfo->ipi_lasthi; in in_pcb_lport_dest()791 lastport = &pcbinfo->ipi_lastlow; in in_pcb_lport_dest()795 lastport = &pcbinfo->ipi_lastport; in in_pcb_lport_dest()831 *lastport = first + (arc4random() % (last - first)); in in_pcb_lport_dest()838 ++*lastport; in in_pcb_lport_dest()839 if (*lastport < first || *lastport > last) in in_pcb_lport_dest()840 *lastport = first; in in_pcb_lport_dest()841 lport = htons(*lastport); in in_pcb_lport_dest()