Searched refs:nx_dhcp_interface_conflict_flag (Results 1 – 2 of 2) sorted by relevance
494 …UINT nx_dhcp_interface_conflict_flag; /* The flag indicate IP addresses conflict on … member
5211 if (dhcp_ptr -> nx_dhcp_interface_conflict_flag == 0) in _nx_dhcp_thread_entry()5217 if (dhcp_ptr -> nx_dhcp_interface_conflict_flag & ((UINT)(1 << iface_index))) in _nx_dhcp_thread_entry()5225 dhcp_ptr -> nx_dhcp_interface_conflict_flag &= (UINT)(~(1 << iface_index)); in _nx_dhcp_thread_entry()8803 dhcp_ptr -> nx_dhcp_interface_conflict_flag |= (UINT)(1 << iface_index); in _nx_dhcp_ip_conflict()