Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/shell/
Dhttp.c36 const char *detail_type = "<unknown>"; in cmd_net_http() local
42 detail_type = "static"; in cmd_net_http()
45 detail_type = "static_fs"; in cmd_net_http()
48 detail_type = "dynamic"; in cmd_net_http()
51 detail_type = "websocket"; in cmd_net_http()
55 PR("\t%12s\t", detail_type); in cmd_net_http()