Searched refs:inet_ntoa (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/
H A Dtestsock.pl48 inet_ntoa($addr), $port);
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.c119 printf ("Trying address %s\n", inet_ntoa (p->addr));
166 strcpy (text_addr, inet_ntoa (addr));
167 strcpy (text_mask, inet_ntoa (themask));
195 return getlocbynet (in_addr_arpa (inet_ntoa (netaddr)), addr, &themask);
200 return getlocbynet (in_addr_arpa (inet_ntoa (netaddr)), addr, mask);
223 printf ("Testing network %s with mask %s\n", name, inet_ntoa(*mask));
246 in_addr_arpa(inet_ntoa(inet_makeaddr(a, 0))),
465 strcat (result, inet_ntoa (addr));
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c194 inet_ntoa(struct in_addr a0) function
199 idnLogPrintf(idn_log_level_trace, "stub inet_ntoa() called\n");
203 if ((p = GetProcAddress(DLLHANDLE, "inet_ntoa")) == NULL) {
204 FATAL("cannot find entry inet_ntoa (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dconfigure2834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lnsl" >&5
2835 $as_echo_n "checking for inet_ntoa in -lnsl... " >&6; }
2850 char inet_ntoa ();
2854 return inet_ntoa ();
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c213 inet_ntoa(struct in_addr a0) function
218 idnLogPrintf(idn_log_level_trace, "stub inet_ntoa() called\n");
222 if ((p = GetProcAddress(DLLHANDLE, "inet_ntoa")) == NULL) {
223 FATAL("cannot find entry inet_ntoa (%d)\n", GetLastError());

Completed in 28 milliseconds