endpoint_btl      124 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c         tcp_endpoint->endpoint_btl = tcp_btl;
endpoint_btl       68 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     endpoint->endpoint_btl = NULL;
endpoint_btl       52 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.h     struct mca_btl_tcp2_module_t*    endpoint_btl;          /**< BTL instance that created this connection */
endpoint_btl      103 opal/mca/btl/tcp/btl_tcp.c             if (tcp_endpoint->endpoint_btl == tcp_btl) {
endpoint_btl      120 opal/mca/btl/tcp/btl_tcp.c             tcp_endpoint->endpoint_btl = tcp_btl;
endpoint_btl       62 opal/mca/btl/tcp/btl_tcp.h             frag->base.des_cbfunc(&frag->endpoint->endpoint_btl->super, frag->endpoint, \
endpoint_btl       74 opal/mca/btl/tcp/btl_tcp.h             reg->cbfunc(&frag->endpoint->endpoint_btl->super, frag->hdr.base.tag, &frag->base, reg->cbdata); \
endpoint_btl       80 opal/mca/btl/tcp/btl_tcp_endpoint.c     endpoint->endpoint_btl = NULL;
endpoint_btl      444 opal/mca/btl/tcp/btl_tcp_endpoint.c         if( NULL != btl_endpoint->endpoint_btl->tcp_error_cb ) {
endpoint_btl      445 opal/mca/btl/tcp/btl_tcp_endpoint.c             btl_endpoint->endpoint_btl->tcp_error_cb(
endpoint_btl      446 opal/mca/btl/tcp/btl_tcp_endpoint.c                 &btl_endpoint->endpoint_btl->super, MCA_BTL_ERROR_FLAGS_NONFATAL,
endpoint_btl      731 opal/mca/btl/tcp/btl_tcp_endpoint.c         assert(NULL != &btl_endpoint->endpoint_btl->tcp_ifaddr);
endpoint_btl      732 opal/mca/btl/tcp/btl_tcp_endpoint.c         if (bind(btl_endpoint->endpoint_sd, (struct sockaddr*) &btl_endpoint->endpoint_btl->tcp_ifaddr,
endpoint_btl      735 opal/mca/btl/tcp/btl_tcp_endpoint.c                        opal_net_get_hostname((struct sockaddr*) &btl_endpoint->endpoint_btl->tcp_ifaddr),
endpoint_btl      736 opal/mca/btl/tcp/btl_tcp_endpoint.c                        htons(((struct sockaddr_in*)&btl_endpoint->endpoint_btl->tcp_ifaddr)->sin_port),
endpoint_btl      745 opal/mca/btl/tcp/btl_tcp_endpoint.c         assert(NULL != &btl_endpoint->endpoint_btl->tcp_ifaddr);
endpoint_btl      746 opal/mca/btl/tcp/btl_tcp_endpoint.c         if (bind(btl_endpoint->endpoint_sd, (struct sockaddr*) &btl_endpoint->endpoint_btl->tcp_ifaddr,
endpoint_btl      749 opal/mca/btl/tcp/btl_tcp_endpoint.c                        opal_net_get_hostname((struct sockaddr*) &btl_endpoint->endpoint_btl->tcp_ifaddr),
endpoint_btl      750 opal/mca/btl/tcp/btl_tcp_endpoint.c                        htons(((struct sockaddr_in6*)&btl_endpoint->endpoint_btl->tcp_ifaddr)->sin6_port),
endpoint_btl      935 opal/mca/btl/tcp/btl_tcp_endpoint.c                 mca_btl_tcp_module_t *m = btl_endpoint->endpoint_btl;
endpoint_btl       51 opal/mca/btl/tcp/btl_tcp_endpoint.h     struct mca_btl_tcp_module_t*    endpoint_btl;          /**< BTL instance that created this connection */
endpoint_btl      116 opal/mca/btl/tcp/btl_tcp_frag.h     frag->btl = ep->endpoint_btl;                                          \
endpoint_btl      105 opal/mca/btl/template/btl_template.c         template_endpoint->endpoint_btl = template_btl;
endpoint_btl       36 opal/mca/btl/template/btl_template_endpoint.c     endpoint->endpoint_btl = 0;
endpoint_btl       38 opal/mca/btl/template/btl_template_endpoint.h     struct mca_btl_template_module_t* endpoint_btl;