Searched refs:LinkConfig (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/udev/net/ |
D | link-config-gperf.gperf | 25 …_parse_hw_addrs, 0, offsetof(LinkConfig, match.hw_addr) 26 …arse_hw_addrs, 0, offsetof(LinkConfig, match.permanent… 27 …g_parse_match_ifnames, 0, offsetof(LinkConfig, match.ifname) 28 …fig_parse_match_strv, 0, offsetof(LinkConfig, match.path) 29 …g_parse_match_strv, 0, offsetof(LinkConfig, match.driver) 30 …g_parse_match_strv, 0, offsetof(LinkConfig, match.iftype) 31 …fig_parse_match_strv, 0, offsetof(LinkConfig, match.kind) 32 …parse_match_property, 0, offsetof(LinkConfig, match.property) 33 …fig_parse_net_condition, CONDITION_HOST, offsetof(LinkConfig, conditions) 34 …fig_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(LinkConfig, conditions) [all …]
|
D | link-config.h | 16 typedef struct LinkConfig LinkConfig; typedef 31 LinkConfig *config; 45 struct LinkConfig { struct 85 LIST_FIELDS(LinkConfig, configs); argument
|
D | link-config.c | 40 LIST_HEAD(LinkConfig, configs); 46 static LinkConfig* link_config_free(LinkConfig *config) { in link_config_free() 69 DEFINE_TRIVIAL_CLEANUP_FUNC(LinkConfig*, link_config_free); 109 static int link_parse_wol_password(LinkConfig *config, const char *str) { in link_parse_wol_password() 132 static int link_read_wol_password_from_file(LinkConfig *config) { in link_read_wol_password_from_file() 151 static int link_read_wol_password_from_cred(LinkConfig *config) { in link_read_wol_password_from_cred() 185 static int link_adjust_wol_options(LinkConfig *config) { in link_adjust_wol_options() 212 _cleanup_(link_config_freep) LinkConfig *config = NULL; in link_load_one() 234 config = new(LinkConfig, 1); in link_load_one() 238 *config = (LinkConfig) { in link_load_one() [all …]
|