TianoCore EDK2 master
|
#include <NetworkPkg/Ip4Dxe/Ip4Input.h>
Data Fields | |
UINTN | LinkFlag |
INTN | CastType |
INTN | Start |
INTN | End |
INTN | Length |
UINT32 | Life |
EFI_STATUS | Status |
Per packet information for input process. LinkFlag specifies whether the packet is received as Link layer unicast, multicast or broadcast. The CastType is the IP layer cast type, such as IP multicast or unicast. Start, End and Length are staffs used to assemble the packets. Start is the sequence number of the first byte of data in the packet. Length is the number of bytes of data. End = Start + Length, that is, the sequence number of last byte + 1. Each assembled packet has a count down life. If it isn't consumed before Life reaches zero, the packet is released.
Definition at line 32 of file Ip4Input.h.
INTN IP4_CLIP_INFO::CastType |
Definition at line 34 of file Ip4Input.h.
INTN IP4_CLIP_INFO::End |
Definition at line 36 of file Ip4Input.h.
INTN IP4_CLIP_INFO::Length |
Definition at line 37 of file Ip4Input.h.
UINT32 IP4_CLIP_INFO::Life |
Definition at line 38 of file Ip4Input.h.
UINTN IP4_CLIP_INFO::LinkFlag |
Definition at line 33 of file Ip4Input.h.
INTN IP4_CLIP_INFO::Start |
Definition at line 35 of file Ip4Input.h.
EFI_STATUS IP4_CLIP_INFO::Status |
Definition at line 39 of file Ip4Input.h.