Home
last modified time | relevance | path

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

/external/libpcap/tests/
Dfindalldevstest.c64 char ntop_buf[INET6_ADDRSTRLEN]; in ifprint() local
98 ntop_buf, sizeof ntop_buf)); in ifprint()
103 ntop_buf, sizeof ntop_buf)); in ifprint()
108 ntop_buf, sizeof ntop_buf)); in ifprint()
113 ntop_buf, sizeof ntop_buf)); in ifprint()
/external/tcpdump/
Dprint-domain.c488 char ntop_buf[INET6_ADDRSTRLEN]; in ns_rprint() local
494 inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf)))); in ns_rprint()
503 char ntop_buf[INET6_ADDRSTRLEN]; in ns_rprint() local
518 inet_ntop(AF_INET6, &a, ntop_buf, sizeof(ntop_buf)))); in ns_rprint()
Daddrtoname.c282 char ntop_buf[INET6_ADDRSTRLEN]; in getname6() local
311 cp = inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf)); in getname6()
/external/ipsec-tools/src/racoon/
Disakmp.c2722 static char ntop_buf[NI_MAXHOST]; local
2731 ntop_buf, sizeof(ntop_buf), NULL, 0,
2733 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2735 return ntop_buf;
2748 static char ntop_buf[NI_MAXHOST]; local
2755 ntop_buf, sizeof(ntop_buf), NULL, 0,
2757 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2759 return ntop_buf;