Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/backends/
Dlog_backend_net.c30 static char dev_hostname[MAX_HOSTNAME_LEN + 1]; variable
133 (void)strncpy(dev_hostname, net_hostname_get(), MAX_HOSTNAME_LEN); in do_net_init()
142 net_addr_ntop(AF_INET6, src, dev_hostname, in do_net_init()
158 net_addr_ntop(AF_INET, src, dev_hostname, in do_net_init()
188 log_output_hostname_set(&log_output_net, dev_hostname); in do_net_init()
299 (void)strncpy(dev_hostname, hostname, MIN(len, MAX_HOSTNAME_LEN)); in log_backend_net_hostname_set()
300 log_output_hostname_set(&log_output_net, dev_hostname); in log_backend_net_hostname_set()