Lines Matching refs:Config

410   ASSERT(Instance->Config);

464 if (Instance->Config->IaInfoEvent != NULL) {
465 gBS->SignalEvent (Instance->Config->IaInfoEvent);
496 ASSERT (Instance->Config != NULL);
501 Callback = Instance->Config->Dhcp6Callback;
502 Context = Instance->Config->CallbackContext;
555 ASSERT (Instance->Config != NULL);
571 &Instance->Config->IaDescriptor
618 if (Instance->Config->IaDescriptor.Type == Dhcp6OptIana) {
730 &Instance->Config->IaDescriptor
777 if (Instance->Config->IaDescriptor.Type == Dhcp6OptIana) {
939 ASSERT (Instance->Config != NULL);
945 for (Index = 0; Index < Instance->Config->OptionCount; Index++) {
946 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4);
992 for (Index = 0; Index < Instance->Config->OptionCount; Index++) {
994 UserOpt = Instance->Config->OptionList[Index];
1043 Instance->Config->SolicitRetransmission
1100 ASSERT(Instance->Config != NULL);
1127 for (Index = 0; Index < Instance->Config->OptionCount; Index++) {
1128 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4);
1181 for (Index = 0; Index < Instance->Config->OptionCount; Index++) {
1183 UserOpt = Instance->Config->OptionList[Index];
1261 ASSERT (Instance->Config != NULL);
1399 ASSERT(Instance->Config);
1538 ASSERT(Instance->Config);
1550 for (Index = 0; Index < Instance->Config->OptionCount; Index++) {
1551 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4);
1625 for (Index = 0; Index < Instance->Config->OptionCount; Index++) {
1627 UserOpt = Instance->Config->OptionList[Index];
1949 ASSERT (Instance->Config != NULL);
1961 for (Index = 0; Index < Instance->Config->OptionCount; Index++) {
1962 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4);
2008 for (Index = 0; Index < Instance->Config->OptionCount; Index++) {
2009 UserOpt = Instance->Config->OptionList[Index];
2081 ASSERT (Instance->Config != NULL);
2104 if ((Option != NULL && !Instance->Config->RapidCommit) || (Option == NULL && Instance->Config->RapidCommit)) {
2120 &Instance->Config->IaDescriptor
2160 if (Instance->Config->IaInfoEvent != NULL) {
2161 gBS->SignalEvent (Instance->Config->IaInfoEvent);
2230 if (Instance->Config->IaInfoEvent != NULL) {
2231 gBS->SignalEvent (Instance->Config->IaInfoEvent);
2432 ASSERT(Instance->Config);
2449 if (Option != NULL && Instance->Config->RapidCommit && Packet->Dhcp6.Header.MessageType == Dhcp6MsgReply) {
2592 if (Instance->Config == NULL) {
2597 ASSERT (Instance->Config);
3108 if (Instance->Config == NULL || IaCb->Ia == NULL) {