Lines Matching defs:host
68 changehost (Display *dpy, XHostAddress *host, BYTE mode)
75 siAddr = host->family == FamilyServerInterpreted ?
76 (XServerInterpretedAddress *)host->address : NULL;
78 siAddr->typelength + siAddr->valuelength + 1 : host->length;
89 req->hostFamily = host->family;
97 memcpy((char *) NEXTPTR(req,xChangeHostsReq), host->address, (size_t) addrlen);
107 XHostAddress *host)
109 return changehost(dpy, host, HostInsert);
115 XHostAddress *host)
117 return changehost(dpy, host, HostDelete);