Searched refs:lwres_net_pton (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/lib/lwres/unix/include/lwres/ |
H A D | net.h | 41 * It declares lwres_net_aton(), lwres_net_ntop(), and lwres_net_pton(). 128 lwres_net_pton(int af, const char *src, void *dst);
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | lwinetpton.c | 46 * lwres_net_pton(af, src, dst) 57 lwres_net_pton(int af, const char *src, void *dst) { function
|
H A D | getaddrinfo.c | 387 if (lwres_net_pton(AF_INET, hostname, (struct in_addr *)abuf) 406 lwres_net_pton(AF_INET6, ntmp, abuf) == 1) 415 } else if (lwres_net_pton(AF_INET6, hostname, abuf) == 1) {
|
H A D | getipnode.c | 220 if ((v4 = lwres_net_pton(AF_INET, name, &in4)) != 1) 221 v6 = lwres_net_pton(AF_INET6, name, &in6);
|
H A D | lwconfig.c | 464 } else if (lwres_net_pton(AF_INET6, buffer, &v6) == 1) {
|
/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/ |
H A D | net.h | 43 * It declares lwres_net_aton(), lwres_net_ntop(), and lwres_net_pton(). 229 lwres_net_pton(int af, const char *src, void *dst);
|
/bind-9.6-ESV-R11/bin/dig/ |
H A D | dighost.c | 676 if (lwres_net_pton(af, addr, &confdata->nameservers[i].address) == 1) {
|
Completed in 864 milliseconds