Home | History | Annotate | Download | only in os

Lines Matching refs:NewHost

206 static Bool NewHost(int /*family */ ,
353 NewHost(FamilyServerInterpreted, addr, length, TRUE);
925 * NewHost to tell that we are adding the default local
928 (void) NewHost(self->family, self->addr, self->len, TRUE);
990 NewHost(family, "", 0, FALSE);
1020 NewHost(family, hostname, len, FALSE);
1027 (void) NewHost(FamilyNetname, hostname, strlen(hostname),
1048 NewHost(f, addr, len, FALSE);
1074 (void) NewHost(family, (void *) *list, len, FALSE);
1076 (void) NewHost(family, (void *) hp->h_addr, len,
1349 if (NewHost(family, pAddr, len, FALSE))
1371 NewHost(int family, const void *addr, int len, int addingLocalHosts)