Searched refs:optsz (Results 1 - 1 of 1) sorted by relevance

/system/core/libnetutils/
H A Ddhcpclient.c253 int optsz; local
317 optsz = x[1];
318 if (optsz > len) break;
320 if ((unsigned int)optsz < sizeof(buf) - 1) {
321 n = optsz;
328 hex2str(buf, &x[2], optsz);
334 ALOGD("op %d len %d {%s} %s", x[0], optsz, buf, name == NULL ? "" : name);
335 len -= optsz;
336 x = x + optsz + 2;

Completed in 1501 milliseconds