Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/modem/
Dmodem_context.c25 static const char unknown_str[] = "unk"; in modem_context_sprint_ip_addr() local
52 if (buf_size < sizeof(unknown_str)) { in modem_context_sprint_ip_addr()
55 strcpy(buf, unknown_str); in modem_context_sprint_ip_addr()