Searched refs:COAP_PAYLOAD_START (Results 1 – 4 of 4) sorted by relevance
32 return (*opt == COAP_PAYLOAD_START) ? NULL : opt; in options_start()61 if (*opt != COAP_PAYLOAD_START) { in coap_opt_parse()151 !oi->next_option || *oi->next_option == COAP_PAYLOAD_START) { in opt_finished()
248 *pdu->data = COAP_PAYLOAD_START; in coap_add_data()399 while (length && *opt != COAP_PAYLOAD_START) { in coap_pdu_parse()408 assert(*opt == COAP_PAYLOAD_START); in coap_pdu_parse()
1249 *resp->data = COAP_PAYLOAD_START; in coap_wellknown_response()
207 #define COAP_PAYLOAD_START 0xFF /* payload marker */ macro