Searched refs:TCP_SEG (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
H A D | Tcp4Func.h | 126 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 D | Tcp4Input.c | 32 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 D | Tcp4Proto.h | 151 } 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 D | Tcp4Output.c | 297 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 D | Tcp4Misc.c | 98 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 D | memp_std.h | 44 LWIP_MEMPOOL(TCP_SEG, MEMP_NUM_TCP_SEG, sizeof(struct tcp_seg), "TCP_SEG")
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/ |
H A D | TcpFunc.h | 62 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 D | TcpInput.c | 31 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 D | TcpProto.h | 157 // 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 D | TcpOutput.c | 291 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 D | TcpMisc.c | 103 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 383 milliseconds