Searched defs:NET_BUF (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h1400 //NET_BUF is the buffer manage structure used by the
1412 LIST_ENTRY List; // The List this NET_BUF is on
1424 } NET_BUF; typedef in typeref:struct:__anon11055
1428 //NET_BUF functions.
1473 #define NETBUF_FROM_PROTODATA(Info) BASE_CR((Info), NET_BUF, ProtoData)
1482 (sizeof (NET_BUF) + ((BlockOpNum) - 1) * sizeof (NET_BLOCK_OP))
1491 Allocate a single block NET_BUF. Upon allocation, all the
1496 @return The pointer to the allocated NET_BUF, or NULL if the
1500 NET_BUF *
1515 @param[in] Nbuf The pointer to the NET_BUF t
[all...]

Completed in 57 milliseconds