mca_btl_tcp_interface_t   55 opal/mca/btl/tcp/btl_tcp_proc.c     mca_btl_tcp_interface_t** local_interfaces;
mca_btl_tcp_interface_t  282 opal/mca/btl/tcp/btl_tcp_proc.c static void mca_btl_tcp_initialise_interface(mca_btl_tcp_interface_t* tcp_interface,
mca_btl_tcp_interface_t  293 opal/mca/btl/tcp/btl_tcp_proc.c static mca_btl_tcp_interface_t** mca_btl_tcp_retrieve_local_interfaces(mca_btl_tcp_proc_data_t *proc_data)
mca_btl_tcp_interface_t  299 opal/mca/btl/tcp/btl_tcp_proc.c     mca_btl_tcp_interface_t * local_interface;
mca_btl_tcp_interface_t  307 opal/mca/btl/tcp/btl_tcp_proc.c     proc_data->local_interfaces = (mca_btl_tcp_interface_t**)calloc( proc_data->max_local_interfaces, sizeof(mca_btl_tcp_interface_t*) );
mca_btl_tcp_interface_t  379 opal/mca/btl/tcp/btl_tcp_proc.c                 proc_data->local_interfaces = (mca_btl_tcp_interface_t**)realloc( proc_data->local_interfaces,
mca_btl_tcp_interface_t  380 opal/mca/btl/tcp/btl_tcp_proc.c                                                                                   proc_data->max_local_interfaces * sizeof(mca_btl_tcp_interface_t*) );
mca_btl_tcp_interface_t  384 opal/mca/btl/tcp/btl_tcp_proc.c             proc_data->local_interfaces[index] = (mca_btl_tcp_interface_t *) malloc(sizeof(mca_btl_tcp_interface_t));
mca_btl_tcp_interface_t  447 opal/mca/btl/tcp/btl_tcp_proc.c     mca_btl_tcp_interface_t** peer_interfaces = NULL;
mca_btl_tcp_interface_t  485 opal/mca/btl/tcp/btl_tcp_proc.c     peer_interfaces = (mca_btl_tcp_interface_t**)calloc( max_peer_interfaces, sizeof(mca_btl_tcp_interface_t*) );
mca_btl_tcp_interface_t  513 opal/mca/btl/tcp/btl_tcp_proc.c                 peer_interfaces = (mca_btl_tcp_interface_t**)realloc( peer_interfaces,
mca_btl_tcp_interface_t  514 opal/mca/btl/tcp/btl_tcp_proc.c                                                                       max_peer_interfaces * sizeof(mca_btl_tcp_interface_t*) );
mca_btl_tcp_interface_t  519 opal/mca/btl/tcp/btl_tcp_proc.c             peer_interfaces[index] = (mca_btl_tcp_interface_t *) malloc(sizeof(mca_btl_tcp_interface_t));
mca_btl_tcp_interface_t  580 opal/mca/btl/tcp/btl_tcp_proc.c         mca_btl_tcp_interface_t* local_interface = proc_data->local_interfaces[i];
mca_btl_tcp_interface_t   92 opal/mca/btl/tcp/btl_tcp_proc.h typedef struct mca_btl_tcp_interface_t mca_btl_tcp_interface_t;