Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dsimul_utils.c241 for (struct ifaddrs *ifa = ifaddr; ifa != NULL; ifa = ifa->ifa_next) in TryInitSocketIfname() local
323 for (struct ifaddrs *ifa = ifaddr; ifa != NULL; ifa = ifa->ifa_next) in TryInitSocketIp6() local
/openthread-latest/src/posix/platform/
Dnetif.cpp438 struct ifaddrmsg ifa; in UpdateUnicastLinux() member