Searched refs:dev_hostname (Results 1 – 1 of 1) sorted by relevance
| /subsys/logging/backends/ |
| A D | log_backend_net.c | 31 static char dev_hostname[MAX_HOSTNAME_LEN + 1]; variable 134 (void)strncpy(dev_hostname, net_hostname_get(), MAX_HOSTNAME_LEN); in do_net_init() 143 net_addr_ntop(AF_INET6, src, dev_hostname, in do_net_init() 159 net_addr_ntop(AF_INET, src, dev_hostname, in do_net_init() 189 log_output_hostname_set(&log_output_net, dev_hostname); in do_net_init() 300 (void)strncpy(dev_hostname, hostname, MIN(len, MAX_HOSTNAME_LEN)); in log_backend_net_hostname_set() 301 log_output_hostname_set(&log_output_net, dev_hostname); in log_backend_net_hostname_set()
|
Completed in 3 milliseconds