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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Proto.h151 } TCP_SEG; typedef in typeref:struct:_TCP_SEG
288 // Get the TCP_SEG point from a net buffer's ProtoData
290 #define TCPSEG_NETBUF(NBuf) ((TCP_SEG *) ((NBuf)->ProtoData))
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpProto.h157 // Get the TCP_SEG point from a net buffer's ProtoData.
159 #define TCPSEG_NETBUF(NBuf) ((TCP_SEG *) ((NBuf)->ProtoData))
226 } TCP_SEG; typedef in typeref:struct:_TCP_SEG

Completed in 143 milliseconds