Searched refs:optsz (Results 1 – 1 of 1) sorted by relevance
253 int optsz; in dump_dhcp_msg() local319 optsz = x[1]; in dump_dhcp_msg()320 if (optsz > len) break; in dump_dhcp_msg()322 if ((unsigned int)optsz < sizeof(buf) - 1) { in dump_dhcp_msg()323 n = optsz; in dump_dhcp_msg()330 hex2str(buf, sizeof(buf), &x[2], optsz); in dump_dhcp_msg()336 ALOGD("op %d len %d {%s} %s", x[0], optsz, buf, name == NULL ? "" : name); in dump_dhcp_msg()337 len -= optsz; in dump_dhcp_msg()338 x = x + optsz + 2; in dump_dhcp_msg()