Searched refs:Life (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Input.h36 /// life. If it isn't consumed before Life reaches zero, the packet is released.
44 UINT32 Life; member in struct:__anon11224
69 INTN Life; // Count down life for the packet. member in struct:__anon11225
H A DIp4Impl.h87 INTN Life; member in struct:__anon11221
H A DIp4Input.c60 Assemble->Life = IP4_FRAGMENT_LIFE;
1105 Info->Life = IP4_US_TO_SEC (IpInstance->ConfigData.ReceiveTimeout);
1536 if ((Assemble->Life > 0) && (--Assemble->Life == 0)) {
1553 if ((Info->Life > 0) && (--Info->Life == 0)) {
H A DIp4Impl.c1984 Wrap->Life = IP4_US_TO_SEC (Config->TransmitTimeout);
2461 if ((Wrap->Life > 0) && (--Wrap->Life == 0)) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Input.h51 // life. If it isn't consumed before Life reaches zero, the packet is released.
59 UINT32 Life; member in struct:__anon12498
85 UINT32 Life; // Count down life for the packet. member in struct:__anon12499
H A DIp6Input.c49 Assemble->Life = IP6_FRAGMENT_LIFE + 1;
1454 Info->Life = IP6_US_TO_SEC (IpInstance->ConfigData.ReceiveTimeout);
1737 if ((Wrap->Life > 0) && (--Wrap->Life == 0)) {
1772 if ((Assemble->Life > 0) && (--Assemble->Life == 0)) {
1813 if ((Info->Life > 0) && (--Info->Life == 0)) {
H A DIp6Impl.h109 INTN Life; member in struct:__anon12495
H A DIp6Impl.c1378 Wrap->Life = IP6_US_TO_SEC (Config->TransmitTimeout);

Completed in 1463 milliseconds