Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dpdu.c1004 coap_opt_t *opt_last = opt; in coap_pdu_parse_opt() local
1012 (int)(opt_last - pdu->token - pdu->token_length)); in coap_pdu_parse_opt()
1022 (int)(opt_last - pdu->token - pdu->token_length), pdu->max_opt, in coap_pdu_parse_opt()
1050 coap_opt_t *opt_last = opt; in coap_pdu_parse_opt() local
1067 tlen = opt - opt_last; in coap_pdu_parse_opt()
1069 ok = ok && write_char(&obp, &outbuflen, *opt_last, i); in coap_pdu_parse_opt()
1070 opt_last++; in coap_pdu_parse_opt()