Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dsd-dhcp-lease.c1098 _cleanup_free_ char *option_hex = NULL; in dhcp_lease_save() local
1100 option_hex = hexmem(data, data_len); in dhcp_lease_save()
1101 if (!option_hex) in dhcp_lease_save()
1103 fprintf(f, "VENDOR_SPECIFIC=%s\n", option_hex); in dhcp_lease_save()