Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:Life

21   (Dst, Src, Id). The default life for the packet is 60 seconds.

50 Assemble->Life = IP6_FRAGMENT_LIFE + 1;
1460 Info->Life = IP6_US_TO_SEC (IpInstance->ConfigData.ReceiveTimeout);
1717 Decrease the life of the transmitted packets. If it is
1743 if ((Wrap->Life > 0) && (--Wrap->Life == 0)) {
1771 // First, time out the fragments. The packet's life is counting down
1778 if ((Assemble->Life > 0) && (--Assemble->Life == 0)) {
1819 if ((Info->Life > 0) && (--Info->Life == 0)) {