Searched refs:COAP_OPTION_NO_EXT (Results 1 – 1 of 1) sorted by relevance
43 #define COAP_OPTION_NO_EXT 12 /* Option's Delta/Length without extended data */ macro563 if (r == 0 && delta > COAP_OPTION_NO_EXT) { in parse_option()567 if (delta > COAP_OPTION_NO_EXT) { in parse_option()571 if ((r < 0) || (r == 0 && len > COAP_OPTION_NO_EXT)) { in parse_option()580 if (len > COAP_OPTION_NO_EXT) { in parse_option()