Searched refs:COAP_PAYLOAD_START (Results 1 – 5 of 5) sorted by relevance
56 if (*opt != COAP_PAYLOAD_START) { in coap_opt_parse()145 !oi->next_option || *oi->next_option == COAP_PAYLOAD_START) { in opt_finished()
805 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()
1389 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()
1393 pdu->token[pdu->used_size++] = COAP_PAYLOAD_START; in pdu_408_build()
87 #define COAP_PAYLOAD_START 0xFF /* payload marker */ macro