Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dnet_if.cpp76 struct if_list { struct
77 if_list* next; argument
80 if_list(if_list** list) { in if_list() argument
86 static void Free(if_list* list, bool names_too) { in Free() argument
88 if_list* it = list; in Free()
97 if_list** list = reinterpret_cast<if_list**>(context); in __if_nameindex_callback()
102 if_list* new_link = new if_list(list); in __if_nameindex_callback()
118 if_list* list = nullptr; in if_nameindex()
124 if_list::Free(list, true); in if_nameindex()
130 for (if_list* it = list; it != nullptr; it = it->next) { in if_nameindex()
[all …]