Home
last modified time | relevance | path

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

/systemd-251/src/udev/net/
Dlink-config.c159 if (config->wol == UINT32_MAX) in link_read_wol_password_from_cred()
161 if (!FLAGS_SET(config->wol, WAKE_MAGICSECURE)) in link_read_wol_password_from_cred()
202 if (config->wol != UINT32_MAX && config->wol_password) in link_adjust_wol_options()
206 config->wol |= WAKE_MAGICSECURE; in link_adjust_wol_options()
241 .wol = UINT32_MAX, /* UINT32_MAX means do not change WOL setting. */ in link_load_one()
507 r = ethtool_set_wol(ethtool_fd, name, config->wol, config->wol_password); in link_apply_ethtool_settings()
511 (void) wol_options_to_string_alloc(config->wol, &str); in link_apply_ethtool_settings()
Dlink-config.h69 uint32_t wol; member
Dlink-config-gperf.gperf54 … config_parse_wol, 0, offsetof(LinkConfig, wol)