Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-dhcp-common.c1011 _cleanup_free_ char *type_string = NULL; in config_parse_duid_type() local
1026 r = extract_first_word(&p, &type_string, ":", 0); in config_parse_duid_type()
1040 type = duid_type_from_string(type_string); in config_parse_duid_type()
1043 "Failed to parse DUID type '%s', ignoring.", type_string); in config_parse_duid_type()