Lines Matching refs:ntop
374 char ntop[NI_MAXHOST]; in ssh_create_socket() local
424 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST)) != 0) { in ssh_create_socket()
430 error("bind %s: %s", ntop, strerror(errno)); in ssh_create_socket()
433 debug("%s: bound to %s", __func__, ntop); in ssh_create_socket()
465 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; in ssh_connect_direct() local
469 memset(ntop, 0, sizeof(ntop)); in ssh_connect_direct()
489 ntop, sizeof(ntop), strport, sizeof(strport), in ssh_connect_direct()
497 host, ntop, strport); in ssh_connect_direct()
516 ntop, strport, strerror(errno)); in ssh_connect_direct()
654 char ntop[NI_MAXHOST]; in get_hostfile_hostname_ipaddr() local
679 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0) in get_hostfile_hostname_ipaddr()
681 *hostfile_ipaddr = put_host_port(ntop, port); in get_hostfile_hostname_ipaddr()