Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif.c185 struct ifnethead ifnet_ordered_head = TAILQ_HEAD_INITIALIZER(ifnet_ordered_head); variable
2459 TAILQ_REMOVE(&ifnet_ordered_head, ifp, if_ordered_link); in ifnet_remove_from_ordered_list()
2488 for (ifp = TAILQ_FIRST(&ifnet_ordered_head); ifp != NULL; in ifnet_reset_order()
2489 ifp = TAILQ_FIRST(&ifnet_ordered_head)) { in ifnet_reset_order()
2504 TAILQ_INSERT_TAIL(&ifnet_ordered_head, ifp, if_ordered_link); in ifnet_reset_order()
2531 TAILQ_FOREACH(ifp, &ifnet_ordered_head, if_ordered_link) { in ifnet_get_ordered_indices()
H A Dif_var_private.h1529 extern struct ifnethead ifnet_ordered_head;
H A Dnecp_client.c5072 TAILQ_FOREACH(multi_interface, &ifnet_ordered_head, if_ordered_link) { in necp_update_client_result()
6186 ifp = TAILQ_FIRST(&ifnet_ordered_head); in necp_find_matching_interface_index()
6208 TAILQ_FOREACH(ifp, &ifnet_ordered_head, if_ordered_link) { in necp_find_matching_interface_index()
6224 ifp == TAILQ_FIRST(&ifnet_ordered_head)) { in necp_find_matching_interface_index()
H A Ddlil.c1554 TAILQ_INIT(&ifnet_ordered_head); in dlil_init()
H A Dnecp.c7638 TAILQ_FOREACH(ordered_interface, &ifnet_ordered_head, if_ordered_link) { in necp_get_primary_direct_interface_index()
/xnu-12377.81.4/tools/lldbmacros/
H A Dnet.py347 ifnets = kern.globals.ifnet_ordered_head