Searched refs:ifnet_ordered_head (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | if.c | 182 struct ifnethead ifnet_ordered_head = TAILQ_HEAD_INITIALIZER(ifnet_ordered_head); variable 2499 TAILQ_REMOVE(&ifnet_ordered_head, ifp, if_ordered_link); in ifnet_remove_from_ordered_list() 2528 for (ifp = TAILQ_FIRST(&ifnet_ordered_head); ifp != NULL; in ifnet_reset_order() 2529 ifp = TAILQ_FIRST(&ifnet_ordered_head)) { in ifnet_reset_order() 2544 TAILQ_INSERT_TAIL(&ifnet_ordered_head, ifp, if_ordered_link); in ifnet_reset_order() 2571 TAILQ_FOREACH(ifp, &ifnet_ordered_head, if_ordered_link) { in ifnet_get_ordered_indices()
|
| H A D | if_var_private.h | 1508 extern struct ifnethead ifnet_ordered_head;
|
| H A D | necp_client.c | 4858 TAILQ_FOREACH(multi_interface, &ifnet_ordered_head, if_ordered_link) { in necp_update_client_result() 5956 ifp = TAILQ_FIRST(&ifnet_ordered_head); in necp_find_matching_interface_index() 5978 TAILQ_FOREACH(ifp, &ifnet_ordered_head, if_ordered_link) { in necp_find_matching_interface_index() 5994 ifp == TAILQ_FIRST(&ifnet_ordered_head)) { in necp_find_matching_interface_index()
|
| H A D | dlil.c | 1558 TAILQ_INIT(&ifnet_ordered_head); in dlil_init()
|
| H A D | necp.c | 7562 TAILQ_FOREACH(ordered_interface, &ifnet_ordered_head, if_ordered_link) { in necp_get_primary_direct_interface_index()
|
| /xnu-11417.121.6/tools/lldbmacros/ |
| H A D | net.py | 394 ifnets = kern.globals.ifnet_ordered_head
|