Searched defs:tmpp (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dadb.c3576 const char *tmpp; local
3601 tmpp = inet_ntop(AF_INET, &sa->type.sin.sin_addr,
3605 tmpp = inet_ntop(AF_INET6, &sa->type.sin6.sin6_addr,
3609 tmpp = "UnkFamily";
3612 if (tmpp == NULL)
3613 tmpp = "BadAddress";
3617 ai->entry, ai->flags, ai->srtt, tmpp);

Completed in 26 milliseconds