Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv6nd.h96 struct ipv6_addr *ipv6nd_findaddr(struct dhcpcd_ctx *,
114 #define ipv6nd_findaddr(a, b, c) (0) macro
Ddhcpcd.c233 !ipv6nd_findaddr(ctx, NULL, 0) && in dhcpcd_ipwaited()
239 !ipv6nd_findaddr(ctx, NULL, 0) && in dhcpcd_ipwaited()
Dipv6nd.c410 ipv6nd_findaddr(struct dhcpcd_ctx *ctx, const struct in6_addr *addr, in ipv6nd_findaddr() function
Dipv6.c766 nap = ipv6nd_findaddr(ctx, addr, flags); in ipv6_findaddr()