Searched refs:lwres_net_ntop (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/lwres/unix/include/lwres/ |
H A D | net.h | 32 * It declares lwres_net_aton(), lwres_net_ntop(), and lwres_net_pton(). 116 lwres_net_ntop(int af, const void *src, char *dst, size_t size);
|
/bind-9.11.3/lib/lwres/ |
H A D | lwinetntop.c | 42 * lwres_net_ntop(af, src, dst, size) 50 lwres_net_ntop(int af, const void *src, char *dst, size_t size) { function
|
H A D | getnameinfo.c | 97 * lwres_getnamebyaddr(). lwres_net_ntop(). 258 if (lwres_net_ntop(afd->a_af, addr, numaddr, sizeof(numaddr)) 320 if (lwres_net_ntop(afd->a_af, addr, numaddr,
|
H A D | lwconfig.c | 691 p = lwres_net_ntop(af, confdata->nameservers[i].address, 708 p = lwres_net_ntop(af, confdata->lwservers[i].address, 740 p = lwres_net_ntop(af, 756 p = lwres_net_ntop
|
H A D | getipnode.c | 244 lwres_net_ntop(AF_INET, (char *)&in4,
|
/bind-9.11.3/lib/lwres/win32/include/lwres/ |
H A D | net.h | 34 * It declares lwres_net_aton(), lwres_net_ntop(), and lwres_net_pton(). 217 lwres_net_ntop(int af, const void *src, char *dst, size_t size);
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 652 lwres_net_ntop(af, confdata->nameservers[i].address,
|
Completed in 66 milliseconds