Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching refs:Life

22   (Dst, Src, Id, Protocol). The default life for the packet is

62 Assemble->Life = IP4_FRAGMENT_LIFE;
1114 Info->Life = IP4_US_TO_SEC (IpInstance->ConfigData.ReceiveTimeout);
1574 // First, time out the fragments. The packet's life is counting down
1581 if ((Assemble->Life > 0) && (--Assemble->Life == 0)) {
1598 if ((Info->Life > 0) && (--Info->Life == 0)) {