Searched refs:scheme_port (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.c | 326 u_int16_t scheme_port; member 6688 …ponsible_proc, u_int32_t drop_order, u_int32_t client_flags, u_int16_t scheme_port, struct necp_so… in necp_application_fillout_info_locked() argument 6798 info->scheme_port = scheme_port; in necp_application_fillout_info_locked() 6872 u_int16_t scheme_port = 0; in necp_application_find_policy_match_internal() local 7162 if (length >= sizeof(scheme_port)) { in necp_application_find_policy_match_internal() 7163 memcpy(&scheme_port, value, sizeof(scheme_port)); in necp_application_find_policy_match_internal() 7258 …ult, proc, effective_proc, responsible_proc, drop_order, client_flags, scheme_port, &info, (bypass… in necp_application_find_policy_match_internal() 7900 …nary, bool has_signed_result, proc_t proc, u_int16_t pf_tag, u_int16_t scheme_port, struct rtentry… in necp_socket_check_policy() argument 8363 scheme_port, remote_port); in necp_socket_check_policy() 8365 if (kernel_policy->cond_scheme_port == scheme_port || in necp_socket_check_policy() [all …]
|