Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Difaddrs.cpp48 struct ifaddrs_storage { struct
62 ifaddrs_storage(ifaddrs** list) { in ifaddrs_storage() argument
167 ifaddrs_storage* new_addr = new ifaddrs_storage(out); in __getifaddrs_callback() argument
197 const ifaddrs_storage* addr = reinterpret_cast<const ifaddrs_storage*>(*out); in __getifaddrs_callback()
199 addr = reinterpret_cast<const ifaddrs_storage*>(addr->ifa.ifa_next); in __getifaddrs_callback()
205 ifaddrs_storage* new_addr = new ifaddrs_storage(out); in __getifaddrs_callback()