Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c582 static int necp_client_id_cmp(struct necp_client *client0, struct necp_client *client1);
585 RB_PROTOTYPE_PREV(_necp_client_tree, necp_client, link, necp_client_id_cmp);
586 RB_GENERATE_PREV(_necp_client_tree, necp_client, link, necp_client_id_cmp);
589 RB_PROTOTYPE_PREV(_necp_client_global_tree, necp_client, global_link, necp_client_id_cmp);
590 RB_GENERATE_PREV(_necp_client_global_tree, necp_client, global_link, necp_client_id_cmp);
1057 necp_client_id_cmp(struct necp_client *client0, struct necp_client *client1) in necp_client_id_cmp() function