Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/logging/backends/
Dlog_backend_net.c32 static char dev_hostname[MAX_HOSTNAME_LEN + 1]; variable
115 (void)strncpy(dev_hostname, net_hostname_get(), MAX_HOSTNAME_LEN); in do_net_init()
124 net_addr_ntop(AF_INET6, src, dev_hostname, in do_net_init()
140 net_addr_ntop(AF_INET, src, dev_hostname, in do_net_init()
171 log_output_hostname_set(&log_output_net, dev_hostname); in do_net_init()