Lines Matching defs:host
72 * Given a host's name, this routine finds the corresponding 48 bit
78 const char *host, /* function input */
89 arg.key.name = host;
103 char *host, /* function output */
113 NSS_XbyY_INIT(&arg, NULL, host, 0, str2ether);
117 /* memcpy(host, ether_res.host, strlen(ether_res.host)); */
165 * then do a match for the host key) and happens for "nis"
185 char *host = buffer;
218 if (host) { /* parse host */
225 (void) memcpy(host, start, i);
226 host[i] = '\0';