Home
last modified time | relevance | path

Searched refs:ipv6_start (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dipv6.h308 int ipv6_start(struct interface *);
H A Dipv6.c1812 ipv6_start(struct interface *ifp) in ipv6_start() function
H A Ddhcpcd.c938 if (ifo->options & DHCPCD_IPV6 && ipv6_start(ifp) == -1) { in dhcpcd_startinterface()