Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:Dhcp6Bound

1347   // Send decline packet with the state transition from Dhcp6bound to

1484 // Send release packet with the state transition from Dhcp6bound to
1656 // Send renew/rebind packet with the state transition from Dhcp6bound to
2035 // Send confirm packet with the state transition from Dhcp6Bound to
2144 Instance->IaCb.Ia->State = Dhcp6Bound;
2212 Instance->IaCb.Ia->State = Dhcp6Bound;
3112 if (IaCb->Ia->State == Dhcp6Bound || IaCb->Ia->State == Dhcp6Renewing || IaCb->Ia->State == Dhcp6Rebinding) {
3116 if (IaCb->LeaseTime > IaCb->T2 && IaCb->Ia->State == Dhcp6Bound) {
3122 } else if (IaCb->LeaseTime > IaCb->T1 && IaCb->Ia->State == Dhcp6Bound) {
3135 if (Dhcp6LinkMovDetect (Instance) && (IaCb->Ia->State == Dhcp6Bound)) {
3155 Instance->IaCb.Ia->State = Dhcp6Bound;