Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dtest-dhcp-client.c142 assert_se(dhcp_identifier_set_iaid(42, mac_addr, sizeof(mac_addr), /* legacy = */ true, in test_dhcp_identifier_set_iaid()
144 assert_se(dhcp_identifier_set_iaid(42, mac_addr, sizeof(mac_addr), /* legacy = */ false, in test_dhcp_identifier_set_iaid()
167 …assert_se(dhcp_identifier_set_iaid(42, mac_addr, ETH_ALEN, true, /* use_mac = */ true, &iaid) >= 0… in check_options()
Ddhcp-identifier.h68 int dhcp_identifier_set_iaid(
Ddhcp-identifier.c200 int dhcp_identifier_set_iaid( in dhcp_identifier_set_iaid() function
Dsd-dhcp-client.c478 r = dhcp_identifier_set_iaid(client->ifindex, client->mac_addr, in dhcp_client_set_iaid_duid_internal()
854 … r = dhcp_identifier_set_iaid(client->ifindex, client->mac_addr, client->mac_addr_len, in client_message_init()
Dsd-dhcp6-client.c303 r = dhcp_identifier_set_iaid(client->ifindex, client->hw_addr.bytes, client->hw_addr.length, in client_ensure_iaid()