Searched defs:ipv4ll_address_is_valid (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dsd-ipv4ll.c232 static bool ipv4ll_address_is_valid(const struct in_addr *address) { function
254 assert_return(ipv4ll_address_is_valid(address), -EINVAL);

Completed in 14 milliseconds