Searched refs:StsCode (Results 1 – 1 of 1) sorted by relevance
551 UINT16 StsCode; in Dhcp6UpdateIaInfo() local657 StsCode = Dhcp6StsSuccess; in Dhcp6UpdateIaInfo()661 StsCode = NTOHS (ReadUnaligned16 ((UINT16 *) (Option + 4))); in Dhcp6UpdateIaInfo()662 if (StsCode != Dhcp6StsSuccess) { in Dhcp6UpdateIaInfo()705 UINT16 StsCode; in Dhcp6SeekStsOption() local718 StsCode = NTOHS (ReadUnaligned16 ((UINT16 *) (*Option + 4))); in Dhcp6SeekStsOption()719 if (StsCode != Dhcp6StsSuccess) { in Dhcp6SeekStsOption()806 StsCode = NTOHS (ReadUnaligned16 ((UINT16 *) (*Option + 4))); in Dhcp6SeekStsOption()807 if (StsCode != Dhcp6StsSuccess) { in Dhcp6SeekStsOption()2079 UINT16 StsCode; in Dhcp6HandleReplyMsg() local[all …]