Searched refs:remote_endpoint (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_netagent.c | 101 struct necp_client_endpoint remote_endpoint; in fsw_netagent_flow_add() local 184 bzero(&remote_endpoint, sizeof(remote_endpoint)); in fsw_netagent_flow_add() 188 bcopy((void *)&req.nfr_daddr, (void *)&remote_endpoint.u.sin6, in fsw_netagent_flow_add() 194 &local_endpoint, &remote_endpoint, NULL, req.nfr_flowadv_idx, in fsw_netagent_flow_add()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 762 struct necp_client_endpoint remote_endpoint; in nx_netif_netagent_handle_ipv6_ula_flow_add() local 819 bzero(&remote_endpoint, sizeof(remote_endpoint)); in nx_netif_netagent_handle_ipv6_ula_flow_add() 820 bcopy(&nfr.nfr_daddr.sin6, &remote_endpoint.u.sin6, in nx_netif_netagent_handle_ipv6_ula_flow_add() 821 sizeof(remote_endpoint.u.sin6)); in nx_netif_netagent_handle_ipv6_ula_flow_add() 826 &remote_endpoint, &nfr.nfr_etheraddr, 0, NULL, &len); in nx_netif_netagent_handle_ipv6_ula_flow_add()
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | flow_divert.c | 1902 flow_divert_set_remote_endpoint(struct flow_divert_pcb *fd_cb, struct sockaddr *remote_endpoint) in flow_divert_set_remote_endpoint() argument 1906 if (remote_endpoint->sa_family == AF_INET6) { in flow_divert_set_remote_endpoint() 1908 inp->in6p_faddr = (satosin6(remote_endpoint))->sin6_addr; in flow_divert_set_remote_endpoint() 1909 inp->inp_fifscope = (satosin6(remote_endpoint))->sin6_scope_id; in flow_divert_set_remote_endpoint() 1913 inp->inp_fport = (satosin6(remote_endpoint))->sin6_port; in flow_divert_set_remote_endpoint() 1915 } else if (remote_endpoint->sa_family == AF_INET) { in flow_divert_set_remote_endpoint() 1917 inp->inp_faddr = (satosin(remote_endpoint))->sin_addr; in flow_divert_set_remote_endpoint() 1920 inp->inp_fport = (satosin(remote_endpoint))->sin_port; in flow_divert_set_remote_endpoint() 2017 struct sockaddr *remote_endpoint = fd_cb->original_remote_endpoint; in flow_divert_disable() local 2063 …error = (*so->so_proto->pr_usrreqs->pru_connect)(so, remote_endpoint, (last_proc != NULL ? last_pr… in flow_divert_disable() [all …]
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.h | 1437 struct necp_client_endpoint *local_endpoint, struct necp_client_endpoint *remote_endpoint,
|
| H A D | necp_client.c | 10766 …struct necp_client_endpoint *local_endpoint, struct necp_client_endpoint *remote_endpoint, struct … in necp_create_nexus_assign_message() argument 10788 if (remote_endpoint != NULL) { in necp_create_nexus_assign_message() 10820 if (remote_endpoint != NULL) { in necp_create_nexus_assign_message() 10821 …_CLIENT_RESULT_REMOTE_ENDPOINT, sizeof(struct necp_client_endpoint), remote_endpoint, buffer, vals… in necp_create_nexus_assign_message()
|