Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_debug.c558 static struct option_desc_t options_release[] = { in msg_option_string() local
583 for (i = 0; i < sizeof(options_release)/sizeof(struct option_desc_t); i++) { in msg_option_string()
584 if (option_type == options_release[i].type) { in msg_option_string()
585 return options_release[i].name; in msg_option_string()