Lines Matching refs:ntop
359 char ntop[NI_MAXHOST]; in ssh_create_socket() local
413 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST)) != 0) { in ssh_create_socket()
418 error("bind %s: %s", ntop, strerror(errno)); in ssh_create_socket()
421 debug_f("bound to %s", ntop); in ssh_create_socket()
453 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; in ssh_connect_direct() local
457 memset(ntop, 0, sizeof(ntop)); in ssh_connect_direct()
477 ntop, sizeof(ntop), strport, sizeof(strport), in ssh_connect_direct()
487 "wrong address family", ntop, strport); in ssh_connect_direct()
493 host, ntop, strport); in ssh_connect_direct()
512 ntop, strport, strerror(errno)); in ssh_connect_direct()
624 char ntop[NI_MAXHOST]; in get_hostfile_hostname_ipaddr() local
649 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0) in get_hostfile_hostname_ipaddr()
651 *hostfile_ipaddr = put_host_port(ntop, port); in get_hostfile_hostname_ipaddr()