Searched refs:IP6_TXTOKEN_WRAP (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Impl.c1109 token, the token is wrapped in an IP6_TXTOKEN_WRAP and the data
1131 IP6_TXTOKEN_WRAP *Wrap;
1134 Wrap = (IP6_TXTOKEN_WRAP *) Context;
1183 IP6_TXTOKEN_WRAP *Wrap;
1189 Wrap = (IP6_TXTOKEN_WRAP *) Context;
1262 IP6_TXTOKEN_WRAP *Wrap;
1367 // a IP6_TXTOKEN_WRAP and the data in a netbuf
1370 Wrap = AllocateZeroPool (sizeof (IP6_TXTOKEN_WRAP));
1399 // free the IP6_TXTOKEN_WRAP. Now, the token wrap hasn't been
1558 packet. When all the fragments are freed, the IP6_TXTOKEN_WRAP
[all...]
H A DIp6Impl.h95 // IP6_TXTOKEN_WRAP wraps the upper layer's transmit token.
100 // MNP. Upon then, the IP6_TXTOKEN_WRAP will be released, and
110 } IP6_TXTOKEN_WRAP; typedef in typeref:struct:__anon12495
251 token, the token is wrapped in an IP6_TXTOKEN_WRAP and the data
H A DIp6Input.c520 IP6_TXTOKEN_WRAP *TxWrap;
534 TxWrap = (IP6_TXTOKEN_WRAP *) Context;
1732 IP6_TXTOKEN_WRAP *Wrap;
1734 Wrap = (IP6_TXTOKEN_WRAP *) Item->Value;
H A DIp6Output.c517 IP6_TXTOKEN_WRAP *Wrap;
922 Wrap = (IP6_TXTOKEN_WRAP *) Context;

Completed in 41 milliseconds