Searched refs:dad_timer (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Ddhcp6c.c634 ifp->dad_timer = NULL;
1897 else if (ifp->dad_timer == NULL && (ifp->dad_timer =
1989 if (optinfo->type != IAPD && ifp->dad_timer == NULL &&
1990 (ifp->dad_timer = dhcp6_add_timer(check_dad_timo, ifp)) < 0) {
2133 if (ifp->dad_timer != NULL) {
2138 dhcp6_set_timer(&timo, ifp->dad_timer);
2192 dhcp6_remove_timer(ifp->dad_timer);
2193 ifp->dad_timer = NULL;
H A Dconfig.h75 struct dhcp6_timer *dad_timer; member in struct:dhcp6_if
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Ddhcp6c.c633 ifp->dad_timer = NULL;
1896 else if (ifp->dad_timer == NULL && (ifp->dad_timer =
2022 if (optinfo->type != IAPD && ifp->dad_timer == NULL &&
2023 (ifp->dad_timer = dhcp6_add_timer(check_dad_timo, ifp)) < 0) {
2166 if (ifp->dad_timer != NULL) {
2171 dhcp6_set_timer(&timo, ifp->dad_timer);
2243 dhcp6_remove_timer(ifp->dad_timer);
2244 ifp->dad_timer = NULL;
H A Dconfig.h75 struct dhcp6_timer *dad_timer; member in struct:dhcp6_if

Completed in 133 milliseconds