Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Ddhcp-identifier.c24 [DUID_TYPE_EN] = "DUID-EN/Vendor",
48 case DUID_TYPE_EN: in dhcp_validate_duid_len()
141 unaligned_write_be16(&ret_duid->type, DUID_TYPE_EN); in dhcp_identifier_set_duid_en()
189 case DUID_TYPE_EN: in dhcp_identifier_set_duid()
Ddhcp-identifier.h15 DUID_TYPE_EN = 2, enumerator
/systemd-251/src/network/
Dtest-networkd-conf.c30 test_config_parse_duid_type_one("vendor", 0, DUID_TYPE_EN, 0); in TEST()
Dnetworkd-manager.c526 .dhcp_duid.type = DUID_TYPE_EN, in manager_new()
527 .dhcp6_duid.type = DUID_TYPE_EN, in manager_new()
Dnetworkd-dhcp-common.c108 static const struct DUID fallback_duid = { .type = DUID_TYPE_EN };
993 [DUID_TYPE_EN] = "vendor",