Lines Matching defs:hostname
554 char *hostname;
558 hostname = data_address;
560 hostname = controlhost;
564 "complete_addrinfo using hostname %s port %s family %s type %s prot %s flags 0x%x\n",
565 hostname,
582 error = getaddrinfo((char *)hostname,
624 hostname,
715 dump_addrinfo(where, res, hostname, port, family);
781 set_hostname_and_port(char *hostname, char *portstr, int family, int port)
783 strcpy(hostname,"0.0.0.0");
786 strcpy(hostname,"::0");
12304 take it from the hostname in the -H global option. raj