Home | History | Annotate | Download | only in net

Lines Matching defs:hostname

59 	char *hostname, *socketname, *cp;
73 if ((hostname = strchr(buf, '#')) != NULL)
76 hostname = strchr(buf, '.');
78 ((hostname && cp < hostname) || (hostname == 0))) {
79 hostname = cp;
84 if (hostname)
85 *hostname++ = 0;
89 if (hostname == 0)
92 socketname = strchr(hostname, separator);
98 Field(hostname, addr.x_host.c_host, 6);