Searched refs:remote_endpoint (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_netagent.c | 101 struct necp_client_endpoint remote_endpoint; in fsw_netagent_flow_add() local 188 bzero(&remote_endpoint, sizeof(remote_endpoint)); in fsw_netagent_flow_add() 192 bcopy((void *)&req.nfr_daddr, (void *)&remote_endpoint.u.sin6, in fsw_netagent_flow_add() 198 &local_endpoint, &remote_endpoint, NULL, req.nfr_flowadv_idx, in fsw_netagent_flow_add()
|
| /xnu-12377.41.6/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, 0, &len); in nx_netif_netagent_handle_ipv6_ula_flow_add()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | flow_divert.c | 2059 flow_divert_set_remote_endpoint(struct flow_divert_pcb *fd_cb, struct sockaddr *remote_endpoint) in flow_divert_set_remote_endpoint() argument 2063 if (remote_endpoint->sa_family == AF_INET6) { in flow_divert_set_remote_endpoint() 2065 inp->in6p_faddr = (satosin6(remote_endpoint))->sin6_addr; in flow_divert_set_remote_endpoint() 2066 inp->inp_fifscope = (satosin6(remote_endpoint))->sin6_scope_id; in flow_divert_set_remote_endpoint() 2070 inp->inp_fport = (satosin6(remote_endpoint))->sin6_port; in flow_divert_set_remote_endpoint() 2072 } else if (remote_endpoint->sa_family == AF_INET) { in flow_divert_set_remote_endpoint() 2074 inp->inp_faddr = (satosin(remote_endpoint))->sin_addr; in flow_divert_set_remote_endpoint() 2077 inp->inp_fport = (satosin(remote_endpoint))->sin_port; in flow_divert_set_remote_endpoint() 2260 struct sockaddr *remote_endpoint = fd_cb->original_remote_endpoint; in flow_divert_disable() local 2303 if (flow_divert_address_needs_mapping(so, remote_endpoint)) { in flow_divert_disable() [all …]
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | necp.h | 1586 struct necp_client_endpoint *local_endpoint, struct necp_client_endpoint *remote_endpoint,
|
| H A D | necp_client.c | 12341 …struct necp_client_endpoint *local_endpoint, struct necp_client_endpoint *remote_endpoint, struct … in necp_create_nexus_assign_message() argument 12363 if (remote_endpoint != NULL) { in necp_create_nexus_assign_message() 12400 if (remote_endpoint != NULL) { in necp_create_nexus_assign_message() 12401 …ndpoint), (uint8_t *)(struct necp_client_endpoint * __bidi_indexable)remote_endpoint, buffer, vals… in necp_create_nexus_assign_message()
|