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

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Diso_pcb.h84 u_short isop_lport; /* MISLEADLING work var */ member in struct:isopcb
H A Diso_pcb.c140 * SIDE EFFECTS: increments head->isop_lport if it allocates a port #
250 if (head->isop_lport++ < ISO_PORT_RESERVED ||
251 head->isop_lport > ISO_PORT_USERRESERVED)
252 head->isop_lport = ISO_PORT_RESERVED;
253 suf.s = htons(head->isop_lport);

Completed in 92 milliseconds