/external/openssh/ |
D | auth.c | 831 const char *ntop = ssh_remote_ipaddr(ssh); in remote_hostname() local 839 return strdup(ntop); in remote_hostname() 846 debug3("Trying to reverse map address %.100s.", ntop); in remote_hostname() 851 return strdup(ntop); in remote_hostname() 864 name, ntop); in remote_hostname() 866 return strdup(ntop); in remote_hostname() 886 "[%s] failed.", name, ntop); in remote_hostname() 887 return strdup(ntop); in remote_hostname() 893 (strcmp(ntop, ntop2) == 0)) in remote_hostname() 901 "map back to the address.", ntop, name); in remote_hostname() [all …]
|
D | canohost.c | 72 char ntop[NI_MAXHOST]; in get_socket_address() local 97 if ((r = getnameinfo((struct sockaddr *)&addr, addrlen, ntop, in get_socket_address() 98 sizeof(ntop), NULL, 0, flags)) != 0) { in get_socket_address() 103 return xstrdup(ntop); in get_socket_address()
|
D | sshconnect.c | 432 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; in ssh_connect_direct() local 436 memset(ntop, 0, sizeof(ntop)); in ssh_connect_direct() 454 ntop, sizeof(ntop), strport, sizeof(strport), in ssh_connect_direct() 460 host, ntop, strport); in ssh_connect_direct() 475 ntop, strport, strerror(errno)); in ssh_connect_direct() 749 char ntop[NI_MAXHOST]; in get_hostfile_hostname_ipaddr() local 774 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0) in get_hostfile_hostname_ipaddr() 776 *hostfile_ipaddr = put_host_port(ntop, port); in get_hostfile_hostname_ipaddr()
|
D | sshd.c | 1038 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local 1047 ntop, sizeof(ntop), strport, sizeof(strport), 1117 debug("Bind to port %s on %s.", strport, ntop); 1122 strport, ntop, strerror(errno)); 1132 ntop, strport, strerror(errno)); 1133 logit("Server listening on %s port %s.", ntop, strport);
|
D | channels.c | 1240 char dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; in channel_decode_socks5() local 1324 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL) in channel_decode_socks5() 1326 c->path = xstrdup(ntop); in channel_decode_socks5() 3190 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local 3259 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, sizeof(ntop), 3277 ntop, strport); 3964 char ntop[NI_MAXHOST], strport[MAXIMUM(NI_MAXSERV,sizeof(sunaddr->sun_path))]; local 3971 strlcpy(ntop, "unix", sizeof(ntop)); 3977 ntop, sizeof(ntop), strport, sizeof(strport), 3999 "%.100s", cctx->host, ntop, strport, [all …]
|
D | configure.ac | 2213 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL; 2230 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, 2231 sizeof(ntop), strport, sizeof(strport), 2281 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL; 2298 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, 2299 sizeof(ntop), strport, sizeof(strport),
|
D | configure | 11953 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL; 11970 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, 11971 sizeof(ntop), strport, sizeof(strport), 12044 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL; 12061 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, 12062 sizeof(ntop), strport, sizeof(strport),
|
/external/toybox/toys/net/ |
D | ping.c | 62 printf("\n--- %s ping statistics ---\n", ntop(TT.sa)); 175 printf("Ping %s (%s)", *toys.optargs, ntop(TT.sa)); in ping_main() 178 printf(" from %s (%s)", TT.I, ntop(sa)); in ping_main() 247 printf("%d bytes from %s: icmp_seq=%d ttl=%d", len, ntop(&srcaddr2.s), in ping_main()
|
D | sntp.c | 147 xstrncpy(buf, ntop(ai->ai_addr), 128); in sntp_main() 148 strike = strcmp(buf, ntop((void *)&sa)); in sntp_main()
|
/external/toybox/lib/ |
D | net.c | 124 char *ntop(struct sockaddr *sa) in ntop() function
|
D | lib.h | 328 char *ntop(struct sockaddr *sa);
|
/external/libevent/ |
D | http.c | 4284 char ntop[NI_MAXHOST]; in name_from_addr() local 4290 ntop, sizeof(ntop), strport, sizeof(strport), in name_from_addr() 4305 ntop, sizeof(ntop), strport, sizeof(strport), in name_from_addr() 4311 *phost = mm_strdup(ntop); in name_from_addr()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 53925 entoparasite ˌɛntopˈærəsˌaɪt 63418 frontoparietal %31307 frˌəntopərˈaɪɪtəl 66923 gigantopithecus dʒaɪgˌæntopɪθˈikəs 143258 santopietro sɑntopˈitro
|
D | internal_raw_IPA-old.txt | 63928 entoparasite ˌɛntopˈærəsˌaɪt 75189 frontoparietal frˌəntopərˈaɪɪtəl 79344 gigantopithecus ʤaɪgˌæntopɪθˈikəs 171041 santopietro sɑntopˈitro
|