Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/dns/
Dmdns_responder.c696 int first_free; in add_address() local
712 first_free = -1; in add_address()
716 if (first_free < 0) { in add_address()
717 first_free = j; in add_address()
734 if (first_free >= 0) { in add_address()
735 mon_if[first_free].in_use = true; in add_address()
736 mon_if[first_free].iface = iface; in add_address()
737 mon_if[first_free].addr.family = family; in add_address()
739 memcpy(&mon_if[first_free].addr.in_addr, address, expected_len); in add_address()
745 net_if_get_by_iface(iface), first_free); in add_address()