Home
last modified time | relevance | path

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

/Zephyr-4.3.0/subsys/net/lib/shell/
Diface_dynamic.h15 static char iface_help_buffer[MAX_IFACE_COUNT][MAX_IFACE_HELP_STR_LEN]; variable
61 if (array_idx >= ARRAY_SIZE(iface_help_buffer)) { in set_iface_index_help()
71 snprintk(iface_help_buffer[array_idx], MAX_IFACE_HELP_STR_LEN, in set_iface_index_help()
74 snprintk(iface_help_buffer[array_idx], MAX_IFACE_HELP_STR_LEN, in set_iface_index_help()
78 return iface_help_buffer[array_idx]; in set_iface_index_help()