endpoint_addr      70 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     endpoint->endpoint_addr = NULL;
endpoint_addr     367 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     if(NULL == btl_endpoint->endpoint_addr) {
endpoint_addr     561 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     struct sockaddr_storage endpoint_addr;
endpoint_addr     567 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     if (AF_INET6 == btl_endpoint->endpoint_addr->addr_family) {
endpoint_addr     597 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     mca_btl_tcp2_proc_tosocks(btl_endpoint->endpoint_addr, &endpoint_addr);
endpoint_addr     601 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                         opal_net_get_hostname((struct sockaddr*) &endpoint_addr),
endpoint_addr     602 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                         btl_endpoint->endpoint_addr->addr_port);
endpoint_addr     604 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     if(connect(btl_endpoint->endpoint_sd, (struct sockaddr*)&endpoint_addr, addrlen) < 0) {
endpoint_addr     613 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c             address = opal_net_get_hostname((struct sockaddr*) &endpoint_addr);
endpoint_addr     617 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                            btl_endpoint->endpoint_addr->addr_port, strerror(opal_socket_errno) ) );
endpoint_addr     644 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     struct sockaddr_storage endpoint_addr;
endpoint_addr     646 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     mca_btl_tcp2_proc_tosocks(btl_endpoint->endpoint_addr, &endpoint_addr);
endpoint_addr     654 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                    opal_net_get_hostname((struct sockaddr*) &endpoint_addr),
endpoint_addr     665 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                    opal_net_get_hostname((struct sockaddr*) &endpoint_addr),
endpoint_addr      54 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.h     struct mca_btl_tcp2_addr_t*      endpoint_addr;         /**< address of endpoint */
endpoint_addr     423 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         mca_btl_tcp2_addr_t* endpoint_addr = btl_proc->proc_addrs + i;
endpoint_addr     425 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         mca_btl_tcp2_proc_tosocks (endpoint_addr, &endpoint_addr_ss);
endpoint_addr     427 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         index = peer_kindex_to_index[endpoint_addr->addr_ifkindex];
endpoint_addr     431 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             peer_kindex_to_index[endpoint_addr->addr_ifkindex] = index;
endpoint_addr     441 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c                                              endpoint_addr->addr_ifkindex, index);
endpoint_addr     448 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         if(endpoint_addr->addr_inuse) {
endpoint_addr     455 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             peer_interfaces[index]->ipv4_endpoint_addr = endpoint_addr;
endpoint_addr     461 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             peer_interfaces[index]->ipv6_endpoint_addr = endpoint_addr;
endpoint_addr     606 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             btl_endpoint->endpoint_addr = best_addr[i][best_assignment[i]];
endpoint_addr     607 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             btl_endpoint->endpoint_addr->addr_inuse++;
endpoint_addr     632 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             btl_endpoint->endpoint_addr = best_addr[i_max][j_max];
endpoint_addr     633 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             btl_endpoint->endpoint_addr->addr_inuse++;
endpoint_addr     698 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             if (NULL != btl_endpoint->endpoint_addr) {
endpoint_addr     699 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c                 btl_endpoint->endpoint_addr->addr_inuse--;
endpoint_addr     733 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         if( btl_endpoint->endpoint_addr->addr_family != addr->sa_family ) {
endpoint_addr     739 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             if( memcmp( &btl_endpoint->endpoint_addr->addr_inet,
endpoint_addr     747 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             if( memcmp( &btl_endpoint->endpoint_addr->addr_inet,
endpoint_addr      82 opal/mca/btl/tcp/btl_tcp_endpoint.c     endpoint->endpoint_addr = NULL;
endpoint_addr     439 opal/mca/btl/tcp/btl_tcp_endpoint.c     if(NULL == btl_endpoint->endpoint_addr) {
endpoint_addr     677 opal/mca/btl/tcp/btl_tcp_endpoint.c     struct sockaddr_storage endpoint_addr;
endpoint_addr     683 opal/mca/btl/tcp/btl_tcp_endpoint.c     if (AF_INET6 == btl_endpoint->endpoint_addr->addr_family) {
endpoint_addr     723 opal/mca/btl/tcp/btl_tcp_endpoint.c     mca_btl_tcp_proc_tosocks(btl_endpoint->endpoint_addr, &endpoint_addr);
endpoint_addr     730 opal/mca/btl/tcp/btl_tcp_endpoint.c     if (endpoint_addr.ss_family == AF_INET) {
endpoint_addr     744 opal/mca/btl/tcp/btl_tcp_endpoint.c     if (endpoint_addr.ss_family == AF_INET6) {
endpoint_addr     761 opal/mca/btl/tcp/btl_tcp_endpoint.c                         opal_net_get_hostname((struct sockaddr*) &endpoint_addr),
endpoint_addr     762 opal/mca/btl/tcp/btl_tcp_endpoint.c                         ntohs(btl_endpoint->endpoint_addr->addr_port));
endpoint_addr     764 opal/mca/btl/tcp/btl_tcp_endpoint.c     if(0 == connect(btl_endpoint->endpoint_sd, (struct sockaddr*)&endpoint_addr, addrlen)) {
endpoint_addr     767 opal/mca/btl/tcp/btl_tcp_endpoint.c                             opal_net_get_hostname((struct sockaddr*) &endpoint_addr),
endpoint_addr     768 opal/mca/btl/tcp/btl_tcp_endpoint.c                             ntohs(((struct sockaddr_in*) &endpoint_addr)->sin_port));
endpoint_addr     796 opal/mca/btl/tcp/btl_tcp_endpoint.c         address = opal_net_get_hostname((struct sockaddr*) &endpoint_addr);
endpoint_addr     800 opal/mca/btl/tcp/btl_tcp_endpoint.c                         ntohs(btl_endpoint->endpoint_addr->addr_port), strerror(opal_socket_errno) ) );
endpoint_addr     817 opal/mca/btl/tcp/btl_tcp_endpoint.c     struct sockaddr_storage endpoint_addr;
endpoint_addr     825 opal/mca/btl/tcp/btl_tcp_endpoint.c     mca_btl_tcp_proc_tosocks(btl_endpoint->endpoint_addr, &endpoint_addr);
endpoint_addr     834 opal/mca/btl/tcp/btl_tcp_endpoint.c                    opal_net_get_hostname((struct sockaddr*) &endpoint_addr),
endpoint_addr     835 opal/mca/btl/tcp/btl_tcp_endpoint.c                    ((struct sockaddr_in*) &endpoint_addr)->sin_port,
endpoint_addr     846 opal/mca/btl/tcp/btl_tcp_endpoint.c                  opal_net_get_hostname((struct sockaddr*) &endpoint_addr),
endpoint_addr     847 opal/mca/btl/tcp/btl_tcp_endpoint.c                  ntohs(((struct sockaddr_in*) &endpoint_addr)->sin_port));
endpoint_addr     859 opal/mca/btl/tcp/btl_tcp_endpoint.c                         opal_net_get_hostname((struct sockaddr*) &endpoint_addr),
endpoint_addr     860 opal/mca/btl/tcp/btl_tcp_endpoint.c                         ntohs(((struct sockaddr_in*) &endpoint_addr)->sin_port));
endpoint_addr      53 opal/mca/btl/tcp/btl_tcp_endpoint.h     struct mca_btl_tcp_addr_t*      endpoint_addr;         /**< address of endpoint */
endpoint_addr     502 opal/mca/btl/tcp/btl_tcp_proc.c         mca_btl_tcp_addr_t* endpoint_addr = btl_proc->proc_addrs + i;
endpoint_addr     504 opal/mca/btl/tcp/btl_tcp_proc.c         mca_btl_tcp_proc_tosocks (endpoint_addr, &endpoint_addr_ss);
endpoint_addr     506 opal/mca/btl/tcp/btl_tcp_proc.c         rc = opal_hash_table_get_value_uint32(&proc_data->peer_kindex_to_index, endpoint_addr->addr_ifkindex, (void**) &index);
endpoint_addr     510 opal/mca/btl/tcp/btl_tcp_proc.c             opal_hash_table_set_value_uint32(&proc_data->peer_kindex_to_index, endpoint_addr->addr_ifkindex, (void*)(uintptr_t) index);
endpoint_addr     521 opal/mca/btl/tcp/btl_tcp_proc.c                                              endpoint_addr->addr_ifkindex, index);
endpoint_addr     528 opal/mca/btl/tcp/btl_tcp_proc.c         if(endpoint_addr->addr_inuse >=  mca_btl_tcp_component.tcp_num_links) {
endpoint_addr     535 opal/mca/btl/tcp/btl_tcp_proc.c             peer_interfaces[index]->ipv4_endpoint_addr = endpoint_addr;
endpoint_addr     541 opal/mca/btl/tcp/btl_tcp_proc.c             peer_interfaces[index]->ipv6_endpoint_addr = endpoint_addr;
endpoint_addr     697 opal/mca/btl/tcp/btl_tcp_proc.c             btl_endpoint->endpoint_addr = proc_data->best_addr[i][best];
endpoint_addr     698 opal/mca/btl/tcp/btl_tcp_proc.c             btl_endpoint->endpoint_addr->addr_inuse = true;
endpoint_addr     723 opal/mca/btl/tcp/btl_tcp_proc.c             btl_endpoint->endpoint_addr = proc_data->best_addr[i_max][j_max];
endpoint_addr     724 opal/mca/btl/tcp/btl_tcp_proc.c             btl_endpoint->endpoint_addr->addr_inuse = true;
endpoint_addr     800 opal/mca/btl/tcp/btl_tcp_proc.c                 if (NULL != btl_endpoint->endpoint_addr) {
endpoint_addr     801 opal/mca/btl/tcp/btl_tcp_proc.c                     btl_endpoint->endpoint_addr->addr_inuse = false;
endpoint_addr     865 opal/mca/btl/tcp/btl_tcp_proc.c         if( btl_endpoint->endpoint_addr->addr_family != addr->sa_family) {
endpoint_addr     870 opal/mca/btl/tcp/btl_tcp_proc.c             if( memcmp( &btl_endpoint->endpoint_addr->addr_inet,
endpoint_addr     879 opal/mca/btl/tcp/btl_tcp_proc.c                                     inet_ntop(AF_INET, (void*)(struct in_addr*)&btl_endpoint->endpoint_addr->addr_inet,
endpoint_addr     891 opal/mca/btl/tcp/btl_tcp_proc.c             if( memcmp( &btl_endpoint->endpoint_addr->addr_inet,
endpoint_addr     900 opal/mca/btl/tcp/btl_tcp_proc.c                                     inet_ntop(AF_INET6, (void*)(struct in6_addr*)&btl_endpoint->endpoint_addr->addr_inet,
endpoint_addr     938 opal/mca/btl/tcp/btl_tcp_proc.c             if (btl_endpoint->endpoint_addr->addr_family != addr->sa_family) {
endpoint_addr     941 opal/mca/btl/tcp/btl_tcp_proc.c             inet_ntop(btl_endpoint->endpoint_addr->addr_family,
endpoint_addr     942 opal/mca/btl/tcp/btl_tcp_proc.c                       (void*) &(btl_endpoint->endpoint_addr->addr_inet),