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

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

Completed in 18 milliseconds