Lines Matching refs:opt_len
722 uint32_t opt_len;852 opt_len = coap_opt_length(option);854 if (opt_len) {866 if (cnt > opt_len - ofs)880 if (ofs >= opt_len)883 if (cnt > opt_len - ofs - 1)898 if (ofs >= opt_len)900 cnt = opt_len - ofs;935 opt_len = coap_opt_length(option);938 for (i = 0; (uint32_t)i < opt_len; i++) {