Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-address-generation.c327 _cleanup_free_ char *addr_alloc = NULL; in config_parse_address_generation_type() local
355 addr_alloc = strndup(addr, comma - addr); in config_parse_address_generation_type()
356 if (!addr_alloc) in config_parse_address_generation_type()
359 addr = addr_alloc; in config_parse_address_generation_type()