Searched refs:ifnet_ordered_head (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | if.c | 185 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 D | if_var_private.h | 1529 extern struct ifnethead ifnet_ordered_head;
|
| H A D | necp_client.c | 5072 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 D | dlil.c | 1554 TAILQ_INIT(&ifnet_ordered_head); in dlil_init()
|
| H A D | necp.c | 7638 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 D | net.py | 347 ifnets = kern.globals.ifnet_ordered_head
|