Searched refs:ipv6_init (Results 1 – 3 of 3) sorted by relevance
215 struct ipv6_ctx *ipv6_init(struct dhcpcd_ctx *);267 #define ipv6_init(a) (NULL) macro
903 if (ifo->options & DHCPCD_IPV6 && ipv6_init(ifp->ctx) == NULL) { in dhcpcd_initstate1()
127 ipv6_init(struct dhcpcd_ctx *dhcpcd_ctx) in ipv6_init() function