Lines Matching refs:debug
46 debug("cannot advance opt past end\n"); \ in coap_opt_parse()
62 debug("ignored reserved option delta 15\n"); in coap_opt_parse()
72 debug("delta too large\n"); in coap_opt_parse()
87 debug("found reserved option length 15\n"); in coap_opt_parse()
110 debug("invalid option length\n"); in coap_opt_parse()
257 debug("illegal option delta\n"); in coap_opt_length()
271 debug("illegal option length\n"); in coap_opt_length()
291 debug("illegal option delta\n"); in coap_opt_value()
305 debug("illegal option length\n"); in coap_opt_value()
342 debug("insufficient space to encode option delta %d", delta); in coap_opt_setheader()
350 debug("insufficient space to encode option delta %d", delta); in coap_opt_setheader()
363 debug("insufficient space to encode option length %zu", length); in coap_opt_setheader()
371 debug("insufficient space to encode option delta %d", delta); in coap_opt_setheader()
392 debug("coap_opt_encode: cannot set option header\n"); in coap_opt_encode()
400 debug("coap_opt_encode: option too large for buffer\n"); in coap_opt_encode()