Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c7967 necp_socket_bypass_type_t bypass_type = NECP_BYPASS_TYPE_NONE; in necp_application_find_policy_match_internal() local
8243 bypass_type = NECP_BYPASS_TYPE_LOOPBACK; in necp_application_find_policy_match_internal()
8254 bypass_type = NECP_BYPASS_TYPE_INTCOPROC; in necp_application_find_policy_match_internal()
8261 …if (bypass_type == NECP_BYPASS_TYPE_INTCOPROC || (bypass_type == NECP_BYPASS_TYPE_LOOPBACK && necp… in necp_application_find_policy_match_internal()
8265 if (bypass_type == NECP_BYPASS_TYPE_LOOPBACK) { in necp_application_find_policy_match_internal()
8309 …proc, responsible_proc, drop_order, client_flags, scheme_port, &info, (bypass_type == NECP_BYPASS_… in necp_application_find_policy_match_internal()
8340 if (bypass_type == NECP_BYPASS_TYPE_LOOPBACK && in necp_application_find_policy_match_internal()
10509 necp_socket_bypass_type_t bypass_type = NECP_BYPASS_TYPE_NONE; in necp_socket_find_policy_match() local
10549 bypass_type = necp_socket_bypass(override_local_addr, override_remote_addr, inp); in necp_socket_find_policy_match()
10550 if (bypass_type != NECP_BYPASS_TYPE_NONE && bypass_type != NECP_BYPASS_TYPE_DROP) { in necp_socket_find_policy_match()
[all …]