Home
last modified time | relevance | path

Searched refs:COAP_PAYLOAD_START (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/src/
Dcoap_option.c56 if (*opt != COAP_PAYLOAD_START) { in coap_opt_parse()
145 !oi->next_option || *oi->next_option == COAP_PAYLOAD_START) { in opt_finished()
Dcoap_pdu.c805 pdu->token[pdu->used_size++] = COAP_PAYLOAD_START; in coap_add_data_after()
1299 while (length > 0 && *opt != COAP_PAYLOAD_START) { in coap_pdu_parse_opt()
1345 while (length > 0 && *opt != COAP_PAYLOAD_START) { in coap_pdu_parse_opt()
1368 if (length && *opt == COAP_PAYLOAD_START) { in coap_pdu_parse_opt()
1378 assert(*opt == COAP_PAYLOAD_START); in coap_pdu_parse_opt()
Dcoap_oscore.c1389 opt_iter.next_option[0] == COAP_PAYLOAD_START) { in coap_oscore_decrypt_pdu()
1528 opt_iter.next_option[0] == COAP_PAYLOAD_START) { in coap_oscore_decrypt_pdu()
Dcoap_block.c1393 pdu->token[pdu->used_size++] = COAP_PAYLOAD_START; in pdu_408_build()
/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h87 #define COAP_PAYLOAD_START 0xFF /* payload marker */ macro