Lines Matching defs:octidx
138 int octidx;142 for (octidx = 0; octidx < 4; octidx++) {146 octet[octidx] = strtoul(sp, &ep, 10);151 if (octet[octidx] > 255)160 for (octidx = 3; octidx >= 0; octidx--) {162 *result |= (in_addr_t)(octet[octidx] & 0xff);