Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.h1199 struct necp_client_endpoint *returned_v6_gateway,
H A Dnecp.c7959 struct necp_client_endpoint *returned_v6_gateway, in necp_application_find_policy_match_internal() argument
8057 if (returned_v6_gateway != NULL) { in necp_application_find_policy_match_internal()
8058 memset(returned_v6_gateway, 0, sizeof(struct necp_client_endpoint)); in necp_application_find_policy_match_internal()
8869 if (returned_v6_gateway != NULL && in necp_application_find_policy_match_internal()
8871 v6Route->rt_gateway->sa_len == sizeof(returned_v6_gateway->u.sin6)) { in necp_application_find_policy_match_internal()
8872 …SOCKADDR_COPY(v6Route->rt_gateway, &returned_v6_gateway->u.sin6, sizeof(returned_v6_gateway->u.sin… in necp_application_find_policy_match_internal()