Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.h982 struct necp_client_endpoint *returned_v6_gateway,
H A Dnecp.c6606 struct necp_client_endpoint *returned_v6_gateway, in necp_application_find_policy_match_internal() argument
6698 if (returned_v6_gateway != NULL) { in necp_application_find_policy_match_internal()
6699 memset(returned_v6_gateway, 0, sizeof(struct necp_client_endpoint)); in necp_application_find_policy_match_internal()
7387 if (returned_v6_gateway != NULL && in necp_application_find_policy_match_internal()
7389 v6Route->rt_gateway->sa_len == sizeof(returned_v6_gateway->u.sin6)) { in necp_application_find_policy_match_internal()
7390 memcpy(&returned_v6_gateway->u.sin6, v6Route->rt_gateway, sizeof(returned_v6_gateway->u.sin6)); in necp_application_find_policy_match_internal()