ifconf 77 opal/mca/if/posix_ipv4/if_posix.c struct ifconf ifconf; ifconf 110 opal/mca/if/posix_ipv4/if_posix.c ifconf.ifc_len = ifc_len; ifconf 111 opal/mca/if/posix_ipv4/if_posix.c ifconf.ifc_req = malloc(ifc_len); ifconf 112 opal/mca/if/posix_ipv4/if_posix.c if (NULL == ifconf.ifc_req) { ifconf 121 opal/mca/if/posix_ipv4/if_posix.c memset(ifconf.ifc_req, 0, ifconf.ifc_len); ifconf 123 opal/mca/if/posix_ipv4/if_posix.c if (ioctl(sd, SIOCGIFCONF, &ifconf) < 0) { ifconf 131 opal/mca/if/posix_ipv4/if_posix.c free(ifconf.ifc_req); ifconf 139 opal/mca/if/posix_ipv4/if_posix.c if (ifconf.ifc_len == lastlen && ifconf.ifc_len > 0) { ifconf 144 opal/mca/if/posix_ipv4/if_posix.c lastlen = ifconf.ifc_len; ifconf 149 opal/mca/if/posix_ipv4/if_posix.c free(ifconf.ifc_req); ifconf 161 opal/mca/if/posix_ipv4/if_posix.c ptr = (char*) ifconf.ifc_req; ifconf 162 opal/mca/if/posix_ipv4/if_posix.c rem = ifconf.ifc_len; ifconf 214 opal/mca/if/posix_ipv4/if_posix.c free(ifconf.ifc_req); ifconf 293 opal/mca/if/posix_ipv4/if_posix.c free(ifconf.ifc_req); ifconf 107 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c struct ifconf ifconf; ifconf 140 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c ifconf.ifc_len = ifc_len; ifconf 141 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c ifconf.ifc_req = malloc(ifc_len); ifconf 142 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c if (NULL == ifconf.ifc_req) { ifconf 151 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c memset(ifconf.ifc_req, 0, ifconf.ifc_len); ifconf 153 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c if (ioctl(sd, SIOCGIFCONF, &ifconf) < 0) { ifconf 161 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c free(ifconf.ifc_req); ifconf 169 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c if (ifconf.ifc_len == lastlen && ifconf.ifc_len > 0) { ifconf 174 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c lastlen = ifconf.ifc_len; ifconf 179 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c free(ifconf.ifc_req); ifconf 191 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c ptr = (char*) ifconf.ifc_req; ifconf 192 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c rem = ifconf.ifc_len; ifconf 244 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c free(ifconf.ifc_req); ifconf 324 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c free(ifconf.ifc_req);