Home
last modified time | relevance | path

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

/inet/
A Drcmd.c403 if (*alport < IPPORT_RESERVED / 2) in rresvport_af()
404 *alport = IPPORT_RESERVED / 2; in rresvport_af()
405 else if (*alport >= IPPORT_RESERVED) in rresvport_af()
406 *alport = IPPORT_RESERVED - 1; in rresvport_af()
408 int start = *alport; in rresvport_af()
410 *sport = htons((uint16_t) *alport); in rresvport_af()
417 if ((*alport)-- == IPPORT_RESERVED/2) in rresvport_af()
418 *alport = IPPORT_RESERVED - 1; in rresvport_af()
419 } while (*alport != start); in rresvport_af()
427 rresvport (int *alport) in libc_hidden_def()
[all …]

Completed in 5 milliseconds