Lines Matching refs:ntop
360 char ntop[NI_MAXHOST]; in ssh_create_socket() local
414 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST)) != 0) { in ssh_create_socket()
419 error("bind %s: %s", ntop, strerror(errno)); in ssh_create_socket()
422 debug_f("bound to %s", ntop); in ssh_create_socket()
454 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; in ssh_connect_direct() local
458 memset(ntop, 0, sizeof(ntop)); in ssh_connect_direct()
478 ntop, sizeof(ntop), strport, sizeof(strport), in ssh_connect_direct()
488 "wrong address family", ntop, strport); in ssh_connect_direct()
494 host, ntop, strport); in ssh_connect_direct()
513 ntop, strport, strerror(errno)); in ssh_connect_direct()
625 char ntop[NI_MAXHOST]; in get_hostfile_hostname_ipaddr() local
650 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0) in get_hostfile_hostname_ipaddr()
652 *hostfile_ipaddr = put_host_port(ntop, port); in get_hostfile_hostname_ipaddr()