Lines Matching full:parts
62 u_int parts[4];
63 u_int *pp = parts;
98 if (pp >= parts + 3)
111 * Find the number of parts specified.
115 n = pp - parts + 1;
119 * parts[0-2] were set to the first 3 parts of the address;
124 if ((parts[0] | parts[1] | parts[2] | val) > 0xff)
127 * Add the other three parts to val.
129 val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8);