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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Output.c 469 Nbuf = NetbufAlloc (Len + TCP_MAX_HEAD);
475 NetbufReserve (Nbuf, TCP_MAX_HEAD);
571 Nbuf = NetbufAlloc (Len + TCP_MAX_HEAD);
580 NetbufReserve (Nbuf, TCP_MAX_HEAD);
923 Nbuf = NetbufAlloc (TCP_MAX_HEAD);
929 NetbufReserve (Nbuf, TCP_MAX_HEAD);
963 Nbuf = NetbufAlloc (TCP_MAX_HEAD);
969 NetbufReserve (Nbuf, TCP_MAX_HEAD);
1057 Nbuf = NetbufAlloc (TCP_MAX_HEAD);
Tcp4Proto.h 122 #define TCP_MAX_HEAD 192
Tcp4Misc.c 638 Nbuf = NetbufAlloc (TCP_MAX_HEAD);
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpOutput.c 462 Nbuf = NetbufAlloc (Len + TCP_MAX_HEAD);
468 NetbufReserve (Nbuf, TCP_MAX_HEAD);
563 Nbuf = NetbufAlloc (Len + TCP_MAX_HEAD);
575 NetbufReserve (Nbuf, TCP_MAX_HEAD);
967 Nbuf = NetbufAlloc (TCP_MAX_HEAD);
973 NetbufReserve (Nbuf, TCP_MAX_HEAD);
1006 Nbuf = NetbufAlloc (TCP_MAX_HEAD);
1012 NetbufReserve (Nbuf, TCP_MAX_HEAD);
1108 Nbuf = NetbufAlloc (TCP_MAX_HEAD);
TcpProto.h 115 #define TCP_MAX_HEAD 192
TcpMisc.c 913 Nbuf = NetbufAlloc (TCP_MAX_HEAD);

Completed in 181 milliseconds