if_count          509 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     const int if_count = opal_ifcount();
if_count          518 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     if(if_count <= 0) {
if_count          522 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     kindexes = (int *) malloc(sizeof(int) * if_count);
if_count          532 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         memset (kindexes, 0, sizeof(int) * if_count);
if_count          563 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     mca_btl_tcp2_component.tcp_addr_count = if_count;
if_count          732 opal/mca/btl/tcp/btl_tcp_component.c     const int if_count = opal_ifcount();
if_count          741 opal/mca/btl/tcp/btl_tcp_component.c     if(if_count <= 0) {
if_count          745 opal/mca/btl/tcp/btl_tcp_component.c     kindexes = (int *) malloc(sizeof(int) * if_count);
if_count          756 opal/mca/btl/tcp/btl_tcp_component.c         memset (kindexes, 0, sizeof(int) * if_count);
if_count          790 opal/mca/btl/tcp/btl_tcp_component.c     mca_btl_tcp_component.tcp_addr_count = if_count;