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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dlease.h91 extern struct dhcp6_timer *dhcp6_lease_timo __P((void *));
H A Dclient6_addr.c67 struct dhcp6_timer *dhcp6_lease_timo __P((void *));
303 if ((sp->timer = dhcp6_add_timer(dhcp6_lease_timo, sp)) == NULL) {
564 if ((sp->timer = dhcp6_add_timer(dhcp6_lease_timo, sp)) == NULL) {
727 dhcp6_lease_timo(void *arg) function
H A Dlease_token.l85 extern struct dhcp6_timer *dhcp6_lease_timo __P((void *));
440 if ((lease_rec->timer = dhcp6_add_timer(dhcp6_lease_timo, lease_rec)) == NULL) {
H A Dserver6_addr.c392 if ((sp->timer = dhcp6_add_timer(dhcp6_lease_timo, sp)) == NULL) {
447 if ((sp->timer = dhcp6_add_timer(dhcp6_lease_timo, sp)) == NULL) {
505 dhcp6_lease_timo(arg) function

Completed in 83 milliseconds