Home
last modified time | relevance | path

Searched defs:max_opt (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h129 uint16_t max_opt; /**< highest option number in PDU */ member
/third_party/libcoap/src/
Dcoap_pdu.c903 next_option_safe(coap_opt_t **optp, size_t *length, uint16_t *max_opt) { in next_option_safe()