HomeSort by relevance Sort by last modified time
    Searched full:optsz (Results 1 - 1 of 1) sorted by null

  /system/core/libnetutils/
dhcpclient.c 249 int optsz; local
313 optsz = x[1];
314 if (optsz > len) break;
316 if ((unsigned int)optsz < sizeof(buf) - 1) {
317 n = optsz;
324 hex2str(buf, &x[2], optsz);
330 ALOGD("op %d len %d {%s} %s", x[0], optsz, buf, name == NULL ? "" : name);
331 len -= optsz;
332 x = x + optsz + 2;

Completed in 56 milliseconds