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

/freebsd-10.0-release/sys/netinet/
H A Din_pcb.c360 unsigned short *lastport; local
379 lastport = &pcbinfo->ipi_lasthi;
386 lastport = &pcbinfo->ipi_lastlow;
390 lastport = &pcbinfo->ipi_lastport;
436 *lastport = first + (arc4random() % (last - first));
443 ++*lastport;
444 if (*lastport < first || *lastport > last)
445 *lastport = first;
446 lport = htons(*lastport);
[all...]

Completed in 116 milliseconds