Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dnet_if.cpp66 struct if_list { struct
67 if_list* next; argument
70 explicit if_list(if_list** list) { in if_list() argument
76 static void Free(if_list* list, bool names_too) { in Free() argument