oct3               65 lib/pengine/bundle.c     unsigned int oct3 = 0;
oct3               67 lib/pengine/bundle.c     int rc = sscanf(last_ip, "%u.%u.%u.%u", &oct1, &oct2, &oct3, &oct4);
oct3               73 lib/pengine/bundle.c     } else if (oct3 > 253) {
oct3               77 lib/pengine/bundle.c         ++oct3;
oct3               84 lib/pengine/bundle.c     return crm_strdup_printf("%u.%u.%u.%u", oct1, oct2, oct3, oct4);