Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dname6.c400 int nalias = 0, naddr = 0; in _hpcopy() local
415 nalias++; in _hpcopy()
422 size += sizeof(char *) * (nalias + 1); in _hpcopy()
453 nhp->h_aliases[nalias] = NULL; in _hpcopy()
454 cp = (char *)&nhp->h_aliases[nalias + 1]; in _hpcopy()
498 int naddr, nalias; in _hpmerge() local
513 nalias = 0; in _hpmerge()
519 for (j = 0; j < nalias; j++) in _hpmerge()
522 if (j == nalias) in _hpmerge()
523 aliases[nalias++] = *pp; in _hpmerge()
[all …]