Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c8042 necp_socket_bypass_type_t bypass_type = NECP_BYPASS_TYPE_NONE; in necp_application_find_policy_match_internal() local
8337 bypass_type = NECP_BYPASS_TYPE_LOOPBACK; in necp_application_find_policy_match_internal()
8348 bypass_type = NECP_BYPASS_TYPE_INTCOPROC; in necp_application_find_policy_match_internal()
8355 …if (bypass_type == NECP_BYPASS_TYPE_INTCOPROC || (bypass_type == NECP_BYPASS_TYPE_LOOPBACK && necp… in necp_application_find_policy_match_internal()
8359 if (bypass_type == NECP_BYPASS_TYPE_LOOPBACK) { in necp_application_find_policy_match_internal()
8403 …proc, responsible_proc, drop_order, client_flags, scheme_port, &info, (bypass_type == NECP_BYPASS_… in necp_application_find_policy_match_internal()
8432 if (bypass_type == NECP_BYPASS_TYPE_LOOPBACK && in necp_application_find_policy_match_internal()
10609 necp_socket_bypass_type_t bypass_type = NECP_BYPASS_TYPE_NONE; in necp_socket_find_policy_match() local
10649 bypass_type = necp_socket_bypass(override_local_addr, override_remote_addr, inp); in necp_socket_find_policy_match()
10650 if (bypass_type != NECP_BYPASS_TYPE_NONE && bypass_type != NECP_BYPASS_TYPE_DROP) { in necp_socket_find_policy_match()
[all …]