Lines Matching refs:cidr
1236 /* this mask cannot be converted to CIDR notation */1243 uint32_t cidr;1245 cidr = xtables_ipmask_to_cidr(mask);1246 if (cidr < 0) {1250 } else if (cidr == 32) {1255 sprintf(buf, "/%d", cidr);