Searched refs:remote_endpoint (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_netagent.c | 101 struct necp_client_endpoint remote_endpoint; in fsw_netagent_flow_add() local 185 bzero(&remote_endpoint, sizeof(remote_endpoint)); in fsw_netagent_flow_add() 189 bcopy((void *)&req.nfr_daddr, (void *)&remote_endpoint.u.sin6, in fsw_netagent_flow_add() 195 &local_endpoint, &remote_endpoint, NULL, req.nfr_flowadv_idx, in fsw_netagent_flow_add()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 724 struct necp_client_endpoint remote_endpoint; in nx_netif_netagent_handle_ipv6_ula_flow_add() local 781 bzero(&remote_endpoint, sizeof(remote_endpoint)); in nx_netif_netagent_handle_ipv6_ula_flow_add() 782 SOCKADDR_COPY(&nfr.nfr_daddr.sin6, &remote_endpoint.u.sin6, in nx_netif_netagent_handle_ipv6_ula_flow_add() 783 sizeof(remote_endpoint.u.sin6)); in nx_netif_netagent_handle_ipv6_ula_flow_add() 788 &remote_endpoint, &nfr.nfr_etheraddr, 0, NULL, &len); in nx_netif_netagent_handle_ipv6_ula_flow_add()
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | flow_divert.c | 2056 flow_divert_set_remote_endpoint(struct flow_divert_pcb *fd_cb, struct sockaddr *remote_endpoint) in flow_divert_set_remote_endpoint() argument 2060 if (remote_endpoint->sa_family == AF_INET6) { in flow_divert_set_remote_endpoint() 2062 inp->in6p_faddr = (satosin6(remote_endpoint))->sin6_addr; in flow_divert_set_remote_endpoint() 2063 inp->inp_fifscope = (satosin6(remote_endpoint))->sin6_scope_id; in flow_divert_set_remote_endpoint() 2067 inp->inp_fport = (satosin6(remote_endpoint))->sin6_port; in flow_divert_set_remote_endpoint() 2069 } else if (remote_endpoint->sa_family == AF_INET) { in flow_divert_set_remote_endpoint() 2071 inp->inp_faddr = (satosin(remote_endpoint))->sin_addr; in flow_divert_set_remote_endpoint() 2074 inp->inp_fport = (satosin(remote_endpoint))->sin_port; in flow_divert_set_remote_endpoint() 2227 struct sockaddr *remote_endpoint = fd_cb->original_remote_endpoint; in flow_divert_disable() local 2273 …error = (*so->so_proto->pr_usrreqs->pru_connect)(so, remote_endpoint, (last_proc != NULL ? last_pr… in flow_divert_disable() [all …]
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | necp.h | 1507 struct necp_client_endpoint *local_endpoint, struct necp_client_endpoint *remote_endpoint,
|
| H A D | necp_client.c | 11204 …struct necp_client_endpoint *local_endpoint, struct necp_client_endpoint *remote_endpoint, struct … in necp_create_nexus_assign_message() argument 11226 if (remote_endpoint != NULL) { in necp_create_nexus_assign_message() 11258 if (remote_endpoint != NULL) { in necp_create_nexus_assign_message() 11259 …_CLIENT_RESULT_REMOTE_ENDPOINT, sizeof(struct necp_client_endpoint), remote_endpoint, buffer, vals… in necp_create_nexus_assign_message()
|