Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp6.h235 struct ipv6_addr *dhcp6_findaddr(struct dhcpcd_ctx *, const struct in6_addr *,
250 #define dhcp6_findaddr(a, b, c) (0) macro
Ddhcpcd.c234 !dhcp6_findaddr(ctx, NULL, 0)) in dhcpcd_ipwaited()
240 !dhcp6_findaddr(ctx, NULL, 0)) in dhcpcd_ipwaited()
Dipv6.c765 dap = dhcp6_findaddr(ctx, addr, flags); in ipv6_findaddr()
Ddhcp6.c1723 dhcp6_findaddr(struct dhcpcd_ctx *ctx, const struct in6_addr *addr, in dhcp6_findaddr() function