Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/shell/
Diface_dynamic.h12 #define MAX_IFACE_HELP_STR_LEN sizeof("longbearername (0xabcd0123)") macro
15 static char iface_help_buffer[MAX_IFACE_COUNT][MAX_IFACE_HELP_STR_LEN];
59 snprintk(iface_help_buffer[idx - 1], MAX_IFACE_HELP_STR_LEN, in set_iface_index_help()
62 snprintk(iface_help_buffer[idx - 1], MAX_IFACE_HELP_STR_LEN, in set_iface_index_help()
Dppp.c131 #define MAX_IFACE_HELP_STR_LEN sizeof("longbearername (0xabcd0123)") macro
135 static char iface_ppp_help_buffer[MAX_IFACE_COUNT][MAX_IFACE_HELP_STR_LEN];
183 snprintk(iface_ppp_help_buffer[idx], MAX_IFACE_HELP_STR_LEN, in set_iface_ppp_index_help()
186 snprintk(iface_ppp_help_buffer[idx], MAX_IFACE_HELP_STR_LEN, in set_iface_ppp_index_help()