Searched refs:wol (Results 1 - 5 of 5) sorted by relevance

/systemd/src/udev/net/
H A Dethtool-util.h45 int ethtool_set_wol(int *fd, const char *ifname, WakeOnLan wol);
50 const char *wol_to_string(WakeOnLan wol) _const_;
51 WakeOnLan wol_from_string(const char *wol) _pure_;
H A Dethtool-util.c46 DEFINE_STRING_TABLE_LOOKUP(wol, WakeOnLan);
47 DEFINE_CONFIG_PARSE_ENUM(config_parse_wol, wol, WakeOnLan, "Failed to parse WakeOnLan setting");
151 int ethtool_set_wol(int *fd, const char *ifname, WakeOnLan wol) { argument
161 if (wol == _WOL_INVALID)
176 switch (wol) {
H A Dlink-config.h72 WakeOnLan wol; member in struct:link_config
H A Dlink-config.c169 link->wol = _WOL_INVALID;
396 r = ethtool_set_wol(&ctx->ethtool_fd, old_name, config->wol);
399 old_name, wol_to_string(config->wol));
/systemd/src/network/
H A Dtest-network-tables.c18 test_table(wol, WOL);

Completed in 19 milliseconds