Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dipv4.h143 struct ipv4_addr *ipv4_findaddr(struct dhcpcd_ctx *, const struct in_addr *);
H A Dipv4ll.c85 } while (ipv4_findaddr(ifp->ctx, &addr) != NULL); in ipv4ll_pickaddr()
H A Dipv4.c191 ipv4_findaddr(struct dhcpcd_ctx *ctx, const struct in_addr *addr) in ipv4_findaddr() function