Lines Matching defs:parts
1836 u_char parts[3], *pp = parts;
1875 if ((pp >= parts + 3) || (val > 0xff)) {
1889 * Concoct the address according to the number of parts specified.
1891 n = pp - parts;
1898 val |= parts[0] << 24;
1903 val |= (parts[0] << 24) | (parts[1] << 16);
1908 val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8);