Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.h1198 struct necp_client_endpoint *returned_v4_gateway,
H A Dnecp.c7958 struct necp_client_endpoint *returned_v4_gateway, in necp_application_find_policy_match_internal() argument
8053 if (returned_v4_gateway != NULL) { in necp_application_find_policy_match_internal()
8054 memset(returned_v4_gateway, 0, sizeof(struct necp_client_endpoint)); in necp_application_find_policy_match_internal()
8851 if (returned_v4_gateway != NULL && in necp_application_find_policy_match_internal()
8853 v4Route->rt_gateway->sa_len == sizeof(returned_v4_gateway->u.sin)) { in necp_application_find_policy_match_internal()
8854 memcpy(&returned_v4_gateway->u.sin, v4Route->rt_gateway, sizeof(returned_v4_gateway->u.sin)); in necp_application_find_policy_match_internal()
8855 memset(&returned_v4_gateway->u.sin.sin_zero, 0, sizeof(returned_v4_gateway->u.sin.sin_zero)); in necp_application_find_policy_match_internal()