Lines Matching refs:ips
1085 char** ips = NULL;1094 ips = self->container->get_ips(self->container, interface, family, scope);1095 if (!ips)1099 while (ips[i])1109 while (ips[i]) {1110 if (!ips[i]) {1115 PyObject *unicode = PyUnicode_FromString(ips[i]);1127 while (ips[i]) {1128 free(ips[i]);1131 free(ips);