Searched refs:log_link_info (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/resolve/ ! |
D | resolved-link-bus.c | 330 log_link_info(l, "Bus client set DNS server list to: %s", j); in bus_link_method_set_dns_servers_internal() 332 log_link_info(l, "Bus client reset DNS server list."); in bus_link_method_set_dns_servers_internal() 457 log_link_info(l, "Bus client set search domain list to: %s", j); in bus_link_method_set_domains() 459 log_link_info(l, "Bus client reset search domain list."); in bus_link_method_set_domains() 501 log_link_info(l, "Bus client set default route setting: %s", yes_no(b)); in bus_link_method_set_default_route() 550 … log_link_info(l, "Bus client set LLMNR setting: %s", resolve_support_to_string(mode)); in bus_link_method_set_llmnr() 599 … log_link_info(l, "Bus client set MulticastDNS setting: %s", resolve_support_to_string(mode)); in bus_link_method_set_mdns() 647 log_link_info(l, "Bus client set DNSOverTLS setting: %s", in bus_link_method_set_dns_over_tls() 696 log_link_info(l, "Bus client set DNSSEC setting: %s", in bus_link_method_set_dnssec() 759 log_link_info(l, "Bus client set NTA list to: %s", j); in bus_link_method_set_dnssec_negative_trust_anchors() [all …]
|
/systemd-251/src/network/ ! |
D | networkd-wifi.c | 230 log_link_info(link, "Connected WiFi access point: %s (%s)", in manager_genl_process_nl80211_mlme() 270 log_link_info(link, "Connected WiFi access point: %s (%s)", in manager_genl_process_nl80211_mlme()
|
D | networkd-link.c | 682 log_link_info(link, "Gained IPv6LL"); in link_ipv6ll_gained() 1231 log_link_info(link, "Configuring with %s.", network->filename); in link_reconfigure_impl() 1233 log_link_info(link, "Reconfiguring with %s.", network->filename); in link_reconfigure_impl() 1708 log_link_info(link, "Activation policy is \"always-down\", forcing link down."); in link_admin_state_up() 1728 log_link_info(link, "Activation policy is \"always-up\", forcing link up."); in link_admin_state_down() 1989 log_link_info(link, "Link UP"); in link_update_flags() 1995 log_link_info(link, "Link DOWN"); in link_update_flags() 2003 log_link_info(link, "Gained carrier"); in link_update_flags() 2009 log_link_info(link, "Lost carrier"); in link_update_flags() 2335 log_link_info(link, "Interface name change detected, renamed to %s.", ifname); in link_update_name()
|
D | networkd-dhcp6.c | 356 log_link_info(link, "DHCPv6 lease lost"); in dhcp6_lease_lost()
|
D | networkd-dhcp4.c | 783 log_link_info(link, "DHCP lease lost"); in dhcp4_lease_lost()
|
/systemd-251/src/shared/ ! |
D | log-link.h | 47 #define log_link_info(link, ...) log_link_full(link, LOG_INFO, __VA_ARGS__) macro
|
/systemd-251/coccinelle/ ! |
D | synthetic-errno.cocci | 117 - log_link_info(u, args);
|