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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/tests/
H A Dfindalldevstest.c60 char ntop_buf[INET6_ADDRSTRLEN]; local
93 ntop_buf, sizeof ntop_buf));
98 ntop_buf, sizeof ntop_buf));
103 ntop_buf, sizeof ntop_buf));
108 ntop_buf, sizeof ntop_buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-domain.c489 char ntop_buf[INET6_ADDRSTRLEN]; local
495 inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf)));
504 char ntop_buf[INET6_ADDRSTRLEN]; local
519 inet_ntop(AF_INET6, &a, ntop_buf, sizeof(ntop_buf)));
H A Daddrtoname.c279 char ntop_buf[INET6_ADDRSTRLEN]; local
308 cp = inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp.c2151 static char ntop_buf[NI_MAXHOST];
2158 ntop_buf, sizeof(ntop_buf), NULL, 0,
2160 strncpy(ntop_buf, "?", sizeof(ntop_buf));
2162 return ntop_buf;
2175 static char ntop_buf[NI_MAXHOST];
2182 ntop_buf, sizeof(ntop_buf), NULL, 0,
2184 strncpy(ntop_buf, "
2150 static char ntop_buf[NI_MAXHOST]; local
2174 static char ntop_buf[NI_MAXHOST]; local
[all...]

Completed in 297 milliseconds