Searched refs:TCP_SEG (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Func.h126 IN TCP_SEG *Seg,
474 IN TCP_SEG *Seg
487 IN TCP_SEG *Seg
500 IN TCP_SEG *Seg
577 segment Nbuf contains and fill it into a TCP_SEG structure.
582 @return Pointer to the TCP_SEG that contains the translated TCP head information.
585 TCP_SEG *
H A DTcp4Input.c32 IN TCP_SEG *Seg
50 IN TCP_SEG *Seg
160 IN TCP_SEG *Seg
268 TCP_SEG *Seg;
378 TCP_SEG *Seg;
540 TCP_SEG *Seg;
649 TCP_SEG *Seg;
704 TCP_SEG *Seg;
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))
H A DTcp4Output.c297 TCP_SEG *Seg;
422 TCP_SEG *Seg;
534 CopyMem (TCPSEG_NETBUF (Nbuf), Seg, sizeof (TCP_SEG));
736 TCP_SEG *Seg;
921 TCP_SEG *Seg;
960 TCP_SEG *Seg;
1128 TCP_SEG *Seg;
H A DTcp4Misc.c98 IN TCP_SEG *Seg,
576 segment Nbuf contains and fill it into a TCP_SEG structure.
581 @return Pointer to the TCP_SEG that contains the translated TCP head information.
584 TCP_SEG *
590 TCP_SEG *Seg;
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmemp_std.h44 LWIP_MEMPOOL(TCP_SEG, MEMP_NUM_TCP_SEG, sizeof(struct tcp_seg), "TCP_SEG")
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpFunc.h62 IN TCP_SEG *Seg,
191 segment Nbuf contains, and fill it into a TCP_SEG structure.
196 @return Pointer to the TCP_SEG that contains the translated TCP head information.
199 TCP_SEG *
H A DTcpInput.c31 IN TCP_SEG *Seg
48 IN TCP_SEG *Seg
173 IN TCP_SEG *Seg
292 TCP_SEG *Seg;
400 TCP_SEG *Seg;
571 TCP_SEG *Seg;
681 TCP_SEG *Seg;
738 TCP_SEG *Seg;
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
H A DTcpOutput.c291 TCP_SEG *Seg;
414 TCP_SEG *Seg;
527 CopyMem (TCPSEG_NETBUF (Nbuf), Seg, sizeof (TCP_SEG));
780 TCP_SEG *Seg;
965 TCP_SEG *Seg;
1003 TCP_SEG *Seg;
1184 TCP_SEG *Seg;
H A DTcpMisc.c103 IN TCP_SEG *Seg,
656 segment Nbuf contents and fill it into a TCP_SEG structure.
661 @return Pointer to the TCP_SEG that contains the translated TCP head information.
664 TCP_SEG *
670 TCP_SEG *Seg;

Completed in 196 milliseconds