Home | History | Annotate | Download | only in common

Lines Matching defs:length

95 		 * TAG_ROOT_PATH and length.
108 * TAG_DUMP_FILE and length.
130 * TAG_DOMAIN_NAME and length.
152 * TAG_NIS_DOMAIN and length.
195 * additional length used as option data. This bootpd version
197 * packet length as the client request packet. -gwr
202 * TAG_HOST_NAME and length.
269 * Insert a tag value, a length value, and a list of IP addresses into the
295 (*bytesleft) -= 2; /* Account for tag and length */
325 int length, numbytes;
332 length = gendata->length;
333 while ((length > 0) && (*bytesleft > 0)) {
336 length = 0; /* Force an exit on next iteration */
341 length--;
353 length -= numbytes;