Lines Matching defs:ip
216 /* Bind the socket to an alternative local IP address */
326 * Opens a TCP/IP connection to the remote server on the given host.
627 * Prepare the hostname and ip address strings that are used to lookup
653 * We don't have the remote ip-address for connections
700 char *ip = NULL, *host = NULL;
730 get_hostfile_hostname_ipaddr(hostname, hostaddr, port, &host, &ip);
737 strcmp(hostname, ip) == 0 || options.proxy_command != NULL))
750 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]);
752 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]);
768 * Also perform check for the ip address, skip the check if we are
769 * localhost, looking for a certificate, or the hostname was an ip
794 logit("%s host key for IP address "
796 type, ip);
797 else if (!add_host_to_hostfile(user_hostfiles[0], ip,
799 logit("Failed to add the %s host key for IP "
801 "hosts (%.30s).", type, ip,
805 "key for IP address '%.128s' to the list "
806 "of known hosts.", type, ip);
869 host, ip, msg1, type, fp,
883 snprintf(hostline, sizeof(hostline), "%s,%s", host, ip);
886 /* Add hash of host and IP separately */
889 add_host_to_hostfile(user_hostfiles[0], ip,
892 /* Add unhashed "host,ip" */
955 error("and the key for the corresponding IP address %s", ip);
957 error("DNS SPOOFING is happening or the IP address for the host");
960 error("Offending key for IP in %s:%lu",
1052 "differs from the key for the IP address '%.128s'"
1053 "\nOffending key for IP in %s:%lu",
1054 type, host, ip, ip_found->file, ip_found->line);
1075 xfree(ip);
1098 xfree(ip);