oct4              257 lib/pengine/bundle.c     unsigned int oct4 = 0;
oct4              258 lib/pengine/bundle.c     int rc = sscanf(last_ip, "%u.%u.%u.%u", &oct1, &oct2, &oct3, &oct4);
oct4              267 lib/pengine/bundle.c     } else if (oct4 > 253) {
oct4              269 lib/pengine/bundle.c         oct4 = 1;
oct4              272 lib/pengine/bundle.c         ++oct4;
oct4              275 lib/pengine/bundle.c     return crm_strdup_printf("%u.%u.%u.%u", oct1, oct2, oct3, oct4);