Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_debug.c328 struct option_desc_t { in msg_option_string() struct
333 static struct option_desc_t options[] = { in msg_option_string()
357 static struct option_desc_t options_csm[] = { in msg_option_string()
362 static struct option_desc_t options_pingpong[] = { in msg_option_string()
366 static struct option_desc_t options_release[] = { in msg_option_string()
371 static struct option_desc_t options_abort[] = { in msg_option_string()
379 for (i = 0; i < sizeof(options_csm)/sizeof(struct option_desc_t); i++) { in msg_option_string()
385 for (i = 0; i < sizeof(options_pingpong)/sizeof(struct option_desc_t); i++) { in msg_option_string()
391 for (i = 0; i < sizeof(options_release)/sizeof(struct option_desc_t); i++) { in msg_option_string()
397 for (i = 0; i < sizeof(options_abort)/sizeof(struct option_desc_t); i++) { in msg_option_string()
[all …]