Searched refs:ipv6nd_findaddr (Results 1 – 4 of 4) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | ipv6nd.h | 96 struct ipv6_addr *ipv6nd_findaddr(struct dhcpcd_ctx *, 114 #define ipv6nd_findaddr(a, b, c) (0) macro
|
D | dhcpcd.c | 233 !ipv6nd_findaddr(ctx, NULL, 0) && in dhcpcd_ipwaited() 239 !ipv6nd_findaddr(ctx, NULL, 0) && in dhcpcd_ipwaited()
|
D | ipv6nd.c | 410 ipv6nd_findaddr(struct dhcpcd_ctx *ctx, const struct in6_addr *addr, in ipv6nd_findaddr() function
|
D | ipv6.c | 766 nap = ipv6nd_findaddr(ctx, addr, flags); in ipv6_findaddr()
|