Home
last modified time | relevance | path

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

/NextBSD/lib/libc/net/
HDname6.c404 int nalias = 0, naddr = 0; in _hpcopy() local
419 nalias++; in _hpcopy()
426 size += sizeof(char *) * (nalias + 1); in _hpcopy()
457 nhp->h_aliases[nalias] = NULL; in _hpcopy()
458 cp = (char *)&nhp->h_aliases[nalias + 1]; in _hpcopy()
502 int naddr, nalias; in _hpmerge() local
517 nalias = 0; in _hpmerge()
521 for (; nalias < MAXALIASES && *pp != NULL; pp++) { in _hpmerge()
523 for (j = 0; j < nalias; j++) in _hpmerge()
526 if (j == nalias) in _hpmerge()
[all …]