Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dtest-networkd-conf.c46 d = hexmem(actual.raw_data, actual.raw_data_len); in test_config_parse_duid_rawdata_one()
51 assert_se(actual.raw_data_len == expected->raw_data_len); in test_config_parse_duid_rawdata_one()
52 assert_se(memcmp(actual.raw_data, expected->raw_data, expected->raw_data_len) == 0); in test_config_parse_duid_rawdata_one()
Dnetworkd-dhcp4.c1257 if (duid->type == DUID_TYPE_LLT && duid->raw_data_len == 0) in dhcp4_set_client_identifier()
1267 … duid->raw_data_len > 0 ? duid->raw_data : NULL, in dhcp4_set_client_identifier()
1268 duid->raw_data_len); in dhcp4_set_client_identifier()
1277 if (duid->type == DUID_TYPE_LLT && duid->raw_data_len == 0) in dhcp4_set_client_identifier()
1283 duid->raw_data_len > 0 ? duid->raw_data : NULL, in dhcp4_set_client_identifier()
1284 duid->raw_data_len); in dhcp4_set_client_identifier()
Dnetworkd-dhcp-common.h47 uint8_t raw_data_len; member
Dnetworkd-dhcp6.c563 if (duid->type == DUID_TYPE_LLT && duid->raw_data_len == 0) in dhcp6_set_identifier()
568 duid->raw_data_len > 0 ? duid->raw_data : NULL, in dhcp6_set_identifier()
569 duid->raw_data_len); in dhcp6_set_identifier()
Dnetworkd-dhcp-common.c105 return duid->type == DUID_TYPE_UUID && duid->raw_data_len == 0; in duid_needs_product_uuid()
171 manager->duid_product_uuid.raw_data_len = sz; in get_product_uuid_handler()
1191 duid->raw_data_len = count; in config_parse_duid_rawdata()