Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c101 struct necp_client_endpoint remote_endpoint; in fsw_netagent_flow_add() local
159 bzero(&remote_endpoint, sizeof(remote_endpoint)); in fsw_netagent_flow_add()
163 bcopy((void *)&req.nfr_daddr, (void *)&remote_endpoint.u.sin6, in fsw_netagent_flow_add()
169 &local_endpoint, &remote_endpoint, NULL, req.nfr_flowadv_idx, in fsw_netagent_flow_add()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c763 struct necp_client_endpoint remote_endpoint; in nx_netif_netagent_handle_ipv6_ula_flow_add() local
820 bzero(&remote_endpoint, sizeof(remote_endpoint)); in nx_netif_netagent_handle_ipv6_ula_flow_add()
821 bcopy(&nfr.nfr_daddr.sin6, &remote_endpoint.u.sin6, in nx_netif_netagent_handle_ipv6_ula_flow_add()
822 sizeof(remote_endpoint.u.sin6)); in nx_netif_netagent_handle_ipv6_ula_flow_add()
827 &remote_endpoint, &nfr.nfr_etheraddr, 0, NULL, &len); in nx_netif_netagent_handle_ipv6_ula_flow_add()
/xnu-8019.80.24/bsd/netinet/
H A Dflow_divert.c1864 flow_divert_set_remote_endpoint(struct flow_divert_pcb *fd_cb, struct sockaddr *remote_endpoint) in flow_divert_set_remote_endpoint() argument
1868 if (remote_endpoint->sa_family == AF_INET6) { in flow_divert_set_remote_endpoint()
1870 inp->in6p_faddr = (satosin6(remote_endpoint))->sin6_addr; in flow_divert_set_remote_endpoint()
1871 inp->inp_fifscope = (satosin6(remote_endpoint))->sin6_scope_id; in flow_divert_set_remote_endpoint()
1875 inp->inp_fport = (satosin6(remote_endpoint))->sin6_port; in flow_divert_set_remote_endpoint()
1877 } else if (remote_endpoint->sa_family == AF_INET) { in flow_divert_set_remote_endpoint()
1879 inp->inp_faddr = (satosin(remote_endpoint))->sin_addr; in flow_divert_set_remote_endpoint()
1882 inp->inp_fport = (satosin(remote_endpoint))->sin_port; in flow_divert_set_remote_endpoint()
1989 struct sockaddr *remote_endpoint = fd_cb->original_remote_endpoint; in flow_divert_disable() local
2041 …error = (*so->so_proto->pr_usrreqs->pru_connect)(so, remote_endpoint, (last_proc != NULL ? last_pr… in flow_divert_disable()
[all …]
/xnu-8019.80.24/bsd/net/
H A Dnecp.h1333 struct necp_client_endpoint *local_endpoint, struct necp_client_endpoint *remote_endpoint,
H A Dnecp_client.c10192 …struct necp_client_endpoint *local_endpoint, struct necp_client_endpoint *remote_endpoint, struct … in necp_create_nexus_assign_message() argument
10214 if (remote_endpoint != NULL) { in necp_create_nexus_assign_message()
10246 if (remote_endpoint != NULL) { in necp_create_nexus_assign_message()
10247 …_CLIENT_RESULT_REMOTE_ENDPOINT, sizeof(struct necp_client_endpoint), remote_endpoint, buffer, vals… in necp_create_nexus_assign_message()