HomeSort by: relevance | last modified time | path
    Searched refs:NewHost (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/os/
access.c 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
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
access.c 213 static Bool NewHost(int /*family*/,
856 * NewHost to tell that we are adding the default local
859 (void) NewHost (self->family, self->addr, self->len, TRUE);
925 NewHost(family, "", 0, FALSE);
961 NewHost(family, hostname, len, FALSE);
969 (void) NewHost (FamilyNetname, hostname, strlen (hostname), FALSE);
989 NewHost(f, addr, len, FALSE);
1015 (void) NewHost (family, (pointer)*list, len, FALSE);
1017 (void) NewHost (family, (pointer)hp->h_addr, len, FALSE);
1279 if (NewHost (family, pAddr, len, FALSE)
    [all...]

Completed in 19 milliseconds