Home | History | Annotate | Download | only in openssh

Lines Matching refs:ntop

344 	char ntop[NI_MAXHOST], strport[NI_MAXSERV];
377 ntop, sizeof(ntop), strport, sizeof(strport),
383 host, ntop, strport);
398 ntop, strport, strerror(errno));
634 char ntop[NI_MAXHOST];
659 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0)
661 *hostfile_ipaddr = put_host_port(ntop, port);