Searched refs:dhcp_identifier_set_iaid (Results 1 - 5 of 5) sorted by relevance
/systemd/src/libsystemd-network/ |
H A D | dhcp-identifier.h | 63 int dhcp_identifier_set_iaid(int ifindex, uint8_t *mac, size_t mac_len, void *_id);
|
H A D | dhcp-identifier.c | 59 int dhcp_identifier_set_iaid(int ifindex, uint8_t *mac, size_t mac_len, void *_id) { function
|
H A D | sd-dhcp6-client.c | 665 r = dhcp_identifier_set_iaid(client->index, client->mac_addr, client->mac_addr_len, &client->ia_na.id);
|
H A D | test-dhcp-client.c | 130 assert_se(dhcp_identifier_set_iaid(42, mac_addr, ETH_ALEN, &iaid) >= 0);
|
H A D | sd-dhcp-client.c | 478 r = dhcp_identifier_set_iaid(client->index, client->mac_addr, client->mac_addr_len, &client->client_id.ns.iaid);
|
Completed in 530 milliseconds