Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dnetwork-internal.c228 _cleanup_free_ char *hex_buf = NULL; in serialize_dhcp_option() local
234 hex_buf = hexmem(data, size); in serialize_dhcp_option()
235 if (!hex_buf) in serialize_dhcp_option()
238 fprintf(f, "%s=%s\n", key, hex_buf); in serialize_dhcp_option()