Searched refs:update_time (Results 1 – 3 of 3) sorted by relevance
88 ULONG update_time; in _nx_igmp_packet_process() local183 update_time = tx_time_get() & 0xF; in _nx_igmp_packet_process()187 if ((update_time > max_update_time) || (update_time == 0)) in _nx_igmp_packet_process()191 update_time = 1; in _nx_igmp_packet_process()228 ip_ptr -> nx_ipv4_multicast_entry[i].nx_ipv4_multicast_update_time = update_time; in _nx_igmp_packet_process()232 update_time++; in _nx_igmp_packet_process()235 if (update_time > max_update_time) in _nx_igmp_packet_process()239 update_time = 1; in _nx_igmp_packet_process()
77 UINT interface_index, UINT update_time) in _nx_igmp_multicast_interface_join_internal() argument168 …v4_multicast_entry[first_free].nx_ipv4_multicast_update_time = update_time; /* Update on… in _nx_igmp_multicast_interface_join_internal()
170 …nterface_join_internal(NX_IP *ip_ptr, ULONG group_address, UINT interface_index, UINT update_time);