Searched refs:hex_buf (Results 1 – 1 of 1) sorted by relevance
228 _cleanup_free_ char *hex_buf = NULL; in serialize_dhcp_option() local234 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()