Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Ddhcp-identifier.c25 [DUID_TYPE_LL] = "DUID-LL",
52 case DUID_TYPE_LL: in dhcp_validate_duid_len()
114 unaligned_write_be16(&ret_duid->type, DUID_TYPE_LL); in dhcp_identifier_set_duid_ll()
191 case DUID_TYPE_LL: in dhcp_identifier_set_duid()
Ddhcp-identifier.h16 DUID_TYPE_LL = 3, enumerator
/systemd-251/src/network/
Dtest-networkd-conf.c32 test_config_parse_duid_type_one("link-layer", 0, DUID_TYPE_LL, 0); in TEST()
Dnetworkd-dhcp-common.c127 if (link->hw_addr.length == 0 && IN_SET(duid->type, DUID_TYPE_LLT, DUID_TYPE_LL)) in link_get_duid()
994 [DUID_TYPE_LL] = "link-layer",