Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dnetwork-internal.h28 int serialize_dhcp_option(FILE *f, const char *key, const void *data, size_t size);
Dnetwork-internal.c227 int serialize_dhcp_option(FILE *f, const char *key, const void *data, size_t size) { in serialize_dhcp_option() function
Dsd-dhcp-lease.c1110 r = serialize_dhcp_option(f, key, option->data, option->length); in dhcp_lease_save()