oct2               29 lib/pengine/bundle.c     unsigned int oct2 = 0;
oct2               32 lib/pengine/bundle.c     int rc = sscanf(last_ip, "%u.%u.%u.%u", &oct1, &oct2, &oct3, &oct4);
oct2               49 lib/pengine/bundle.c     return crm_strdup_printf("%u.%u.%u.%u", oct1, oct2, oct3, oct4);