Home
last modified time | relevance | path

Searched refs:ntop_buf (Results 1 – 3 of 3) sorted by relevance

/external/ping6/
Dping6.c1947 char ntop_buf[INET6_ADDRSTRLEN]; in pr_nodeaddr() local
1986 if (inet_ntop(AF_INET6, cp, ntop_buf, sizeof(ntop_buf)) == in pr_nodeaddr()
1988 strlcpy(ntop_buf, "?", sizeof(ntop_buf)); in pr_nodeaddr()
1989 printf(" %s", ntop_buf); in pr_nodeaddr()
2194 char ntop_buf[INET6_ADDRSTRLEN]; in pr_icmph() local
2300 if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf, in pr_icmph()
2301 sizeof(ntop_buf))) in pr_icmph()
2302 strlcpy(ntop_buf, "?", sizeof(ntop_buf)); in pr_icmph()
2303 (void)printf("Destination: %s", ntop_buf); in pr_icmph()
2304 if (!inet_ntop(AF_INET6, &red->nd_rd_target, ntop_buf, in pr_icmph()
[all …]
/external/ipsec-tools/src/racoon/
Disakmp.c2724 static char ntop_buf[NI_MAXHOST]; local
2733 ntop_buf, sizeof(ntop_buf), NULL, 0,
2735 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2737 return ntop_buf;
2750 static char ntop_buf[NI_MAXHOST]; local
2757 ntop_buf, sizeof(ntop_buf), NULL, 0,
2759 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2761 return ntop_buf;
/external/tcpdump/
Daddrtoname.c280 char ntop_buf[INET6_ADDRSTRLEN]; in getname6() local
309 cp = inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf)); in getname6()