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

/bind-9.11.3/lib/isc/unix/
H A Difiter_getifaddrs.c118 struct ifaddrs *ifa; local
124 ifa = iter->pos;
131 INSIST(ifa != NULL);
132 INSIST(ifa->ifa_name != NULL);
134 if (ifa->ifa_addr == NULL)
137 family = ifa->ifa_addr->sa_family;
148 namelen = strlen(ifa->ifa_name);
153 memmove(iter->current.name, ifa->ifa_name, namelen);
157 if ((ifa->ifa_flags & IFF_UP) != 0)
160 if ((ifa
[all...]
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c729 struct ifaddrs *ifap, *ifa; local
771 for (ifa = ifap; ifa != NULL; ifa = ifa->ifa_next) {
774 if (ifa->ifa_addr->sa_family != AF_INET)
778 sin = (struct sockaddr_in *) ifa->ifa_addr;

Completed in 14 milliseconds