Home
last modified time | relevance | path

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

/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Ddhcp6.h240 int dhcp6_start(struct interface *, enum DH6S);
H A Dipv6nd.c1081 dhcp6_start(__unused struct interface *ifp, __unused enum DH6S init_state) in dhcp6_start() function
1522 if (new_data && dhcp6_start(ifp, DH6S_REQUEST) == -1) in ipv6nd_handlera()
1525 if (new_data && dhcp6_start(ifp, DH6S_INFORM) == -1) in ipv6nd_handlera()
H A Ddhcpcd.c950 if (dhcp6_start(ifp, d6_state) == -1) in dhcpcd_startinterface()
H A Ddhcp6.c3929 dhcp6_start(struct interface *ifp, enum DH6S init_state) in dhcp6_start() function