Home | History | Annotate | Download | only in inet

Lines Matching defs:parts

115 	u_int8_t parts[4];
116 u_int8_t *pp = parts;
161 if (pp >= parts + 3 || val > 0xffU)
180 * the number of parts specified.
182 n = pp - parts + 1;
190 val |= parts[0] << 24;
196 val |= (parts[0] << 24) | (parts[1] << 16);
202 val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8);