Home
last modified time | relevance | path

Searched refs:ifa_next (Results 1 - 25 of 43) sorted by relevance

12

/third_party/libuv/src/unix/
H A Dbsd-ifaddrs.c83 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
104 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
131 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
H A Dibmi.c406 for (cur = ifap; cur; cur = cur->ifa_next) { in uv_interface_addresses()
431 for (cur = ifap; cur; cur = cur->ifa_next) { in uv_interface_addresses()
H A Dsunos.c837 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
856 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
/third_party/node/deps/uv/src/unix/
H A Dbsd-ifaddrs.c83 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
104 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
131 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
H A Dibmi.c401 for (cur = ifap; cur; cur = cur->ifa_next) { in uv_interface_addresses()
426 for (cur = ifap; cur; cur = cur->ifa_next) { in uv_interface_addresses()
H A Dlinux-core.c653 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
674 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
698 for (ent = addrs; ent != NULL; ent = ent->ifa_next) { in uv_interface_addresses()
/third_party/libwebsockets/lib/misc/
H A Dgetifaddrs.c146 (*end)->ifa_next = NULL; in getifaddrs2()
172 end = &(*end)->ifa_next; in getifaddrs2()
223 p = p->ifa_next; in freeifaddrs()
251 for (p = x; p; p = p->ifa_next) { in print_ifaddrs()
H A Dgetifaddrs.h58 struct ifaddrs *ifa_next; member
/third_party/musl/src/network/
H A Dgetifaddrs.c55 n = ifp->ifa_next; in freeifaddrs()
209 if (ctx->last) ctx->last->ifa_next = &ifs->ifa; in netlink_msg_to_ifaddr()
222 struct ifaddrs* next_addr = addr->ifa.ifa_next; in get_ifName_via_ioctl()
234 prev_addr->ifa.ifa_next = next_addr; in get_ifName_via_ioctl()
254 for (struct ifaddrs* addr = pctx->first; addr != NULL; addr = addr->ifa_next) { in get_ifFlag_via_ioctl()
/third_party/musl/src/network/liteos_a/
H A Dgetifaddrs.c60 tmp = ifp->ifa_next; in freeifaddrs()
208 if (ctx->last) ctx->last->ifa_next = &ifs->ifa; in netlink_msg_to_ifaddr()
226 ifa->ifa_next = NULL; in ifaddrs_init()
280 ifa->ifa_next = ifaddrs_init(); in getifaddrs()
281 if (!ifa->ifa_next) { in getifaddrs()
285 ifa = ifa->ifa_next; in getifaddrs()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetifaddrs.c60 tmp = ifp->ifa_next; in freeifaddrs()
208 if (ctx->last) ctx->last->ifa.ifa_next = &ifs->ifa; in netlink_msg_to_ifaddr()
226 ifa->ifa_next = NULL; in ifaddrs_init()
280 ifa->ifa_next = ifaddrs_init(); in getifaddrs()
281 if (!ifa->ifa_next) { in getifaddrs()
285 ifa = ifa->ifa_next; in getifaddrs()
/third_party/musl/porting/uniproton/kernel/include/
H A Difaddrs.h13 struct ifaddrs *ifa_next; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Difaddrs.h13 struct ifaddrs *ifa_next; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Difaddrs.h13 struct ifaddrs *ifa_next; member
/third_party/musl/porting/liteos_a/kernel/include/
H A Difaddrs.h13 struct ifaddrs *ifa_next; member
/third_party/musl/include/
H A Difaddrs.h13 struct ifaddrs *ifa_next; member
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dfreeifaddrs.c42 for (struct ifaddrs *addr = addrs; addr != NULL; addr = addr->ifa_next) { in freeifaddrs_0100()
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Dif.h58 struct ifaddr *ifa_next; member
/third_party/musl/porting/uniproton/kernel/include/net/
H A Dif.h58 struct ifaddr *ifa_next; member
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Dif.h58 struct ifaddr *ifa_next; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Dif.h58 struct ifaddr *ifa_next; member
/third_party/musl/include/net/
H A Dif.h58 struct ifaddr *ifa_next; member
/third_party/curl/lib/
H A Dif2ip.c116 for(iface = head; iface != NULL; iface = iface->ifa_next) { in Curl_if2ip()
/third_party/rust/crates/nix/src/
H A Difaddrs.rs135 self.next = ifaddr.ifa_next; in next()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c215 for (ifc = ifr; ifc != NULL && rc; ifc = ifc->ifa_next) { in lws_interface_to_sa()

Completed in 11 milliseconds

12