Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/src/
Doption.c419 uint8_t short_opts[COAP_OPT_FILTER_SHORT]; member
475 if (((of->mask & nr) > 0) && (of->short_opts[index] == (type & 0xff))) { in coap_option_filter_op()
500 of->short_opts[index - COAP_OPT_FILTER_LONG - 1] = type; in coap_option_filter_op()