Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv4.h94 struct ipv4_addr *ipv4_findaddr(struct dhcpcd_ctx *, const struct in_addr *);
Dipv4.c148 ipv4_findaddr(struct dhcpcd_ctx *ctx, const struct in_addr *addr) in ipv4_findaddr() function
Dif-bsd.c537 if ((ia = ipv4_findaddr(ctx, &rt->dest))) in if_copyrt()
Dif-linux.c452 if ((ap = ipv4_findaddr(ctx, &prefsrc))) in if_copyrt()
Ddhcp.c3157 ia = ipv4_findaddr(ifp->ctx, &addr); in dhcp_handledhcp()