Home
last modified time | relevance | path

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

/systemd-251/src/udev/net/
Dlink-config.c62 erase_and_free(config->wol_password); in link_config_free()
127 erase_and_free(config->wol_password); in link_parse_wol_password()
128 config->wol_password = TAKE_PTR(p); in link_parse_wol_password()
163 if (config->wol_password) in link_read_wol_password_from_cred()
202 if (config->wol != UINT32_MAX && config->wol_password) in link_adjust_wol_options()
507 r = ethtool_set_wol(ethtool_fd, name, config->wol, config->wol_password); in link_apply_ethtool_settings()
1105 config->wol_password = erase_and_free(config->wol_password); in config_parse_wol_password()
1111 config->wol_password = erase_and_free(config->wol_password); in config_parse_wol_password()
Dlink-config.h71 uint8_t *wol_password; member