HomeSort by relevance Sort by last modified time
    Searched refs:TCP_SEG (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
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 *
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;
539 TCP_SEG *Seg;
648 TCP_SEG *Seg;
703 TCP_SEG *Seg;
    [all...]
Tcp4Proto.h 151 } TCP_SEG;
288 // Get the TCP_SEG point from a net buffer's ProtoData
290 #define TCPSEG_NETBUF(NBuf) ((TCP_SEG *) ((NBuf)->ProtoData))
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;
Tcp4Misc.c 98 IN TCP_SEG *Seg,
574 segment Nbuf contains and fill it into a TCP_SEG structure.
579 @return Pointer to the TCP_SEG that contains the translated TCP head information.
582 TCP_SEG *
588 TCP_SEG *Seg;
  /external/syslinux/core/lwip/src/include/lwip/
memp_std.h 44 LWIP_MEMPOOL(TCP_SEG, MEMP_NUM_TCP_SEG, sizeof(struct tcp_seg), "TCP_SEG")
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
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 *
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;
680 TCP_SEG *Seg;
737 TCP_SEG *Seg;
    [all...]
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;
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;
TcpMisc.c 104 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 1692 milliseconds