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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c1196 u_int16_t lport = 0, first, last, *lastport; local
1217 lastport = &pcbinfo->lasthi;
1229 lastport = &pcbinfo->lastlow;
1233 lastport = &pcbinfo->lastport;
1260 --*lastport;
1261 if (*lastport > first || *lastport < last)
1262 *lastport = first;
1263 lport = htons(*lastport);
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c428 unsigned short *lastport; local
583 lastport = &pcbinfo->lasthi;
595 lastport = &pcbinfo->lastlow;
599 lastport = &pcbinfo->lastport;
618 *lastport = first - (rand_port % (first - last));
630 --*lastport;
631 if (*lastport > first || *lastport < last)
632 *lastport
[all...]
H A Din_pcb.h511 u_short lastport; member in struct:inpcbinfo

Completed in 82 milliseconds