Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_debug.c563 static struct option_desc_t options_abort[] = { in msg_option_string() local
589 for (i = 0; i < sizeof(options_abort)/sizeof(struct option_desc_t); i++) { in msg_option_string()
590 if (option_type == options_abort[i].type) { in msg_option_string()
591 return options_abort[i].name; in msg_option_string()