Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c2909 struct necp_string_id_mapping *account_id_entry = NULL; in necp_handle_policy_dump_all() local
2951account_id_entry = necp_lookup_string_with_id_locked(&necp_account_id_list, policy->cond_account_i… in necp_handle_policy_dump_all()
2953 if (account_id_entry) { in necp_handle_policy_dump_all()
2954 account_id_len = account_id_entry->string ? strlen(account_id_entry->string) + 1 : 0; in necp_handle_policy_dump_all()
3121 if (account_id_entry != NULL) { in necp_handle_policy_dump_all()
3122 …nd_buf_cursor, NECP_POLICY_CONDITION_ACCOUNT, strlen(account_id_entry->string) + 1, account_id_ent… in necp_handle_policy_dump_all()