Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_pcb.c688 unsigned short *lastport; in in_pcb_lport_dest() local
710 lastport = &pcbinfo->ipi_lasthi; in in_pcb_lport_dest()
717 lastport = &pcbinfo->ipi_lastlow; in in_pcb_lport_dest()
721 lastport = &pcbinfo->ipi_lastport; in in_pcb_lport_dest()
778 *lastport = first + (arc4random() % (last - first)); in in_pcb_lport_dest()
785 ++*lastport; in in_pcb_lport_dest()
786 if (*lastport < first || *lastport > last) in in_pcb_lport_dest()
787 *lastport = first; in in_pcb_lport_dest()
788 lport = htons(*lastport); in in_pcb_lport_dest()