Lines Matching refs:duid_time
543 …ULONG physical_address_lsw, ULONG duid_time, ULONG duid_vendor_number, UCHAR *duid_vendor_private,… in _nxe_dhcpv6_add_client_record() argument
586 if ((duid_type == NX_DHCPV6_SERVER_DUID_TYPE_LINK_TIME) && (duid_time == 0)) in _nxe_dhcpv6_add_client_record()
595 … duid_time, duid_vendor_number, duid_vendor_private, duid_private_length); in _nxe_dhcpv6_add_client_record()
665 …ULONG physical_address_lsw, ULONG duid_time, ULONG duid_vendor_number, UCHAR *duid_vendor_private,… in _nx_dhcpv6_add_client_record() argument
762 dhcpv6_client_ptr -> nx_dhcpv6_client_duid.nx_duid_time = duid_time; in _nx_dhcpv6_add_client_record()
864 …ULONG *physical_address_lsw, ULONG *duid_time, ULONG *duid_vendor_number, UCHAR *duid_vendor_priva… in _nxe_dhcpv6_retrieve_client_record() argument
888 … physical_address_lsw, duid_time, duid_vendor_number, duid_vendor_private, duid_private_length); in _nxe_dhcpv6_retrieve_client_record()
962 …ULONG *physical_address_lsw, ULONG *duid_time, ULONG *duid_vendor_number, UCHAR *duid_vendor_priva… in _nx_dhcpv6_retrieve_client_record() argument
991 if (duid_time) in _nx_dhcpv6_retrieve_client_record()
992 *duid_time = 0; in _nx_dhcpv6_retrieve_client_record()
1025 if (duid_time == NX_NULL) in _nx_dhcpv6_retrieve_client_record()
1030 *duid_time = client_ptr -> nx_dhcpv6_client_duid.nx_duid_time; in _nx_dhcpv6_retrieve_client_record()