Searched refs:nx_ipv6_rtr_solicitation_timer (Results 1 – 5 of 5) sorted by relevance
98 ip_ptr -> nx_ip_interface[i].nx_ipv6_rtr_solicitation_timer--; in _nxd_ipv6_router_solicitation_check()99 if (ip_ptr -> nx_ip_interface[i].nx_ipv6_rtr_solicitation_timer == 0) in _nxd_ipv6_router_solicitation_check()108 ip_ptr -> nx_ip_interface[i].nx_ipv6_rtr_solicitation_timer = 1; in _nxd_ipv6_router_solicitation_check()113 …ip_ptr -> nx_ip_interface[i].nx_ipv6_rtr_solicitation_timer = ip_ptr -> nx_ip_interface[i].nx_ipv6… in _nxd_ipv6_router_solicitation_check()
108 interface_ptr -> nx_ipv6_rtr_solicitation_timer = NX_ICMPV6_RTR_SOLICITATION_DELAY; in _nxd_ipv6_stateless_address_autoconfig_enable()
144 ip_ptr -> nx_ip_interface[i].nx_ipv6_rtr_solicitation_timer = 0; in _nxd_ipv6_disable()
161 … ip_ptr -> nx_ip_interface[i].nx_ipv6_rtr_solicitation_timer = NX_ICMPV6_RTR_SOLICITATION_DELAY; in _nxd_ipv6_enable()
2334 ULONG nx_ipv6_rtr_solicitation_timer; member