Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.c762 unsigned short *lastport; in in_pcb_lport_dest() local
784 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()