Searched defs:lport (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/uwin/
H A Drcmd.c109 int lport = IPPORT_RESERVED - 1; local
141 s = rresvport(&lport);
180 lport--;
228 lport--;
231 lport = 0;
234 int s2 = rresvport(&lport), s3;
240 (void) snprintf(num, sizeof(num), "%d", lport);
262 lport = 0;
305 if (lport)

Completed in 413 milliseconds