Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/src/
Doption.c32 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()
Dpdu.c248 *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()
Dnet.c1249 *resp->data = COAP_PAYLOAD_START; in coap_wellknown_response()
/net-tools-3.7.0/libcoap/include/coap/
Dpdu.h207 #define COAP_PAYLOAD_START 0xFF /* payload marker */ macro