Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Daccess.c203 static Bool NewHost(int /*family */ ,
350 NewHost(FamilyServerInterpreted, addr, length, TRUE); in EnableLocalUser()
925 (void) NewHost(self->family, self->addr, self->len, TRUE); in AddLocalHosts()
987 NewHost(family, "", 0, FALSE); in ResetHosts()
1017 NewHost(family, hostname, len, FALSE); in ResetHosts()
1024 (void) NewHost(FamilyNetname, hostname, strlen(hostname), in ResetHosts()
1045 NewHost(f, addr, len, FALSE); in ResetHosts()
1071 (void) NewHost(family, (void *) *list, len, FALSE); in ResetHosts()
1073 (void) NewHost(family, (void *) hp->h_addr, len, in ResetHosts()
1332 if (NewHost(family, pAddr, len, FALSE)) in AddHost()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog81554 access.c: In function 'NewHost':