Searched refs:ntop_buf (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/tests/ |
D | findalldevstest.c | 60 char ntop_buf[INET6_ADDRSTRLEN]; in ifprint() local 93 ntop_buf, sizeof ntop_buf)); in ifprint() 98 ntop_buf, sizeof ntop_buf)); in ifprint() 103 ntop_buf, sizeof ntop_buf)); in ifprint() 108 ntop_buf, sizeof ntop_buf)); in ifprint()
|
/external/tcpdump/ |
D | print-domain.c | 489 char ntop_buf[INET6_ADDRSTRLEN]; in ns_rprint() local 495 inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf))); in ns_rprint() 504 char ntop_buf[INET6_ADDRSTRLEN]; in ns_rprint() local 519 inet_ntop(AF_INET6, &a, ntop_buf, sizeof(ntop_buf))); in ns_rprint()
|
D | addrtoname.c | 285 char ntop_buf[INET6_ADDRSTRLEN]; in getname6() local 314 cp = inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf)); in getname6()
|
/external/ipsec-tools/src/racoon/ |
D | isakmp.c | 2724 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;
|