Home
last modified time | relevance | path

Searched refs:dhcp6_dadcompleted (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp6.h213 D6_CSTATE((ifp))->reason && dhcp6_dadcompleted((ifp)))
246 int dhcp6_dadcompleted(const struct interface *);
256 #define dhcp6_dadcompleted(a) (0) macro
Ddhcp6.c1257 dhcp6_dadcompleted(const struct interface *ifp) in dhcp6_dadcompleted() function