Searched refs:dhcp6_findaddr (Results 1 – 4 of 4) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | dhcp6.h | 235 struct ipv6_addr *dhcp6_findaddr(struct dhcpcd_ctx *, const struct in6_addr *, 250 #define dhcp6_findaddr(a, b, c) (0) macro
|
D | dhcpcd.c | 234 !dhcp6_findaddr(ctx, NULL, 0)) in dhcpcd_ipwaited() 240 !dhcp6_findaddr(ctx, NULL, 0)) in dhcpcd_ipwaited()
|
D | ipv6.c | 765 dap = dhcp6_findaddr(ctx, addr, flags); in ipv6_findaddr()
|
D | dhcp6.c | 1723 dhcp6_findaddr(struct dhcpcd_ctx *ctx, const struct in6_addr *addr, in dhcp6_findaddr() function
|