HomeSort by relevance Sort by last modified time
    Searched refs:dhcp6_start (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd-6.8.2/
dhcp6.h 239 int dhcp6_start(struct interface *, enum DH6S);
252 #define dhcp6_start(a, b) (0) macro
dhcpcd.c 822 nolease = dhcp6_start(ifp, DH6S_INIT);
836 nolease = dhcp6_start(ifp, DH6S_INIT);
841 "%s: dhcp6_start: %m", ifp->name);
    [all...]
ipv6nd.c 1210 if (new_data && dhcp6_start(ifp, DH6S_INIT) == -1)
1212 "dhcp6_start: %s: %m", ifp->name);
1214 if (new_data && dhcp6_start(ifp, DH6S_INFORM) == -1)
1216 "dhcp6_start: %s: %m", ifp->name);
    [all...]
dhcp6.c 3246 dhcp6_start(struct interface *ifp, enum DH6S init_state) function
    [all...]

Completed in 86 milliseconds