Home
last modified time | relevance | path

Searched refs:TcpSendIpPacket (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Io.c61 TcpSendIpPacket ( in TcpSendIpPacket() function
DTcp4Driver.h100 TcpSendIpPacket (
DTcp4Func.h172 TcpSendIpPacket (
DTcp4Output.c398 return TcpSendIpPacket (Tcb, Nbuf, Tcb->LocalEnd.Ip, Tcb->RemoteEnd.Ip); in TcpTransmitSegment()
1106 TcpSendIpPacket (Tcb, Nbuf, Local, Remote); in TcpSendReset()
DTcp4Misc.c666 TcpSendIpPacket (Tcb, Nbuf, Tcb->LocalEnd.Ip, Tcb->RemoteEnd.Ip); in TcpResetConnection()
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpIo.c68 TcpSendIpPacket ( in TcpSendIpPacket() function
DTcpFunc.h639 TcpSendIpPacket (
DTcpOutput.c391 return TcpSendIpPacket (Tcb, Nbuf, &Tcb->LocalEnd.Ip, &Tcb->RemoteEnd.Ip, Tcb->Sk->IpVersion); in TcpTransmitSegment()
1162 TcpSendIpPacket (Tcb, Nbuf, Local, Remote, Version); in TcpSendReset()
DTcpMisc.c941 TcpSendIpPacket (Tcb, Nbuf, &Tcb->LocalEnd.Ip, &Tcb->RemoteEnd.Ip, Tcb->Sk->IpVersion); in TcpResetConnection()