Home
last modified time | relevance | path

Searched refs:ifaces (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/inet/
Dtest-ifaddrs.c67 struct ifaddrs *ifaces, *ifa; in do_test() local
69 if (getifaddrs (&ifaces) < 0) in do_test()
83 for (ifa = ifaces; ifa != NULL; ifa = ifa->ifa_next) in do_test()
93 freeifaddrs (ifaces); in do_test()
/glibc-2.36/elf/
Drtld.c997 struct audit_ifaces ifaces; in load_audit_module() member
1035 newp->ifaces.next = NULL; in load_audit_module()
1037 *last_audit = GLRO(dl_audit) = &newp->ifaces; in load_audit_module()
1039 *last_audit = (*last_audit)->next = &newp->ifaces; in load_audit_module()