Searched defs:_IP4_PROTOCOL (Results 1 – 1 of 1) sorted by relevance
132 struct _IP4_PROTOCOL { struct135 EFI_IP4_PROTOCOL Ip4Proto; argument136 EFI_HANDLE Handle;137 INTN State;139 IP4_SERVICE *Service;140 LIST_ENTRY Link; // Link to all the IP protocol from the service145 NET_MAP RxTokens;146 NET_MAP TxTokens; // map between (User's Token, IP4_TXTOKE_WRAP)147 LIST_ENTRY Received; // Received but not delivered packet148 LIST_ENTRY Delivered; // Delivered and to be recycled packets[all …]