Searched refs:ipv6nd_dadcompleted (Results 1 – 2 of 2) sorted by relevance
72 #define RS_STATE_RUNNING(a) (ipv6nd_hasra((a)) && ipv6nd_dadcompleted((a)))108 int ipv6nd_dadcompleted(const struct interface *);117 #define ipv6nd_dadcompleted(a) (0) macro
595 ipv6nd_dadcompleted(const struct interface *ifp) in ipv6nd_dadcompleted() function