Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching refs:hostname

67   char *hostname, *socketname, *cp;

79 if ((hostname = strchr(buf, '#')) != NULL)
82 hostname = strchr(buf, '.');
84 ((hostname && cp < hostname) || (hostname == 0))) {
85 hostname = cp;
90 if (hostname)
91 *hostname++ = 0;
95 if (hostname == 0)
98 socketname = strchr(hostname, separator);
104 Field(hostname, addr.x_host.c_host, 6);