Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c316 errno_t cred_result; member
1129 errno_t cred_result = priv_check_cred(kauth_cred_get(), PRIV_NET_PRIVILEGED_NECP_POLICIES, 0); in necp_session_set_session_priority() local
1130 if (cred_result != 0) { in necp_session_set_session_priority()
2668 errno_t cred_result = priv_check_cred(kauth_cred_get(), PRIV_NET_PRIVILEGED_NECP_POLICIES, 0); in necp_handle_policy_dump_all() local
2669 if (cred_result != 0) { in necp_handle_policy_dump_all()
6353 errno_t cred_result = priv_check_cred(lead_cred, PRIV_NET_PRIVILEGED_NECP_MATCH, 0); in necp_get_parent_cred_result() local
6355 info->cred_result = cred_result; in necp_get_parent_cred_result()
6490 info->cred_result = priv_check_cred(kauth_cred_get(), PRIV_NET_PRIVILEGED_NECP_MATCH, 0); in necp_application_fillout_info_locked()
6492 if (info->cred_result != 0) { in necp_application_fillout_info_locked()
7545 …y *kernel_policy, necp_app_id app_id, necp_app_id real_app_id, errno_t cred_result, u_int32_t acco… in necp_socket_check_policy() argument
[all …]
H A Dnetwork_agent.c2143 errno_t cred_result = priv_check_cred(kauth_cred_get(), PRIV_NET_PRIVILEGED_NECP_POLICIES, 0); in netagent_ioctl() local
2144 if (cred_result != 0) { in netagent_ioctl()