Searched refs:dhcp_previous (Results 1 – 1 of 1) sorted by relevance
1718 NX_DHCP *dhcp_previous; in _nx_dhcp_delete() local1781 for (dhcp_previous = _nx_dhcp_created_ptr; in _nx_dhcp_delete()1782 dhcp_previous -> nx_dhcp_created_next; in _nx_dhcp_delete()1783 dhcp_previous = dhcp_previous -> nx_dhcp_created_next) in _nx_dhcp_delete()1785 if (dhcp_previous -> nx_dhcp_created_next == dhcp_ptr) in _nx_dhcp_delete()1787 dhcp_previous -> nx_dhcp_created_next = dhcp_ptr -> nx_dhcp_created_next; in _nx_dhcp_delete()