Searched refs:optsz (Results 1 – 1 of 1) sorted by relevance
251 int optsz; in dump_dhcp_msg() local317 optsz = x[1]; in dump_dhcp_msg()318 if (optsz > len) break; in dump_dhcp_msg()320 if ((unsigned int)optsz < sizeof(buf) - 1) { in dump_dhcp_msg()321 n = optsz; in dump_dhcp_msg()328 hex2str(buf, sizeof(buf), &x[2], optsz); in dump_dhcp_msg()334 ALOGD("op %d len %d {%s} %s", x[0], optsz, buf, name == NULL ? "" : name); in dump_dhcp_msg()335 len -= optsz; in dump_dhcp_msg()336 x = x + optsz + 2; in dump_dhcp_msg()