Searched refs:TcpTransmitSegment (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Output.c290 TcpTransmitSegment ( function
691 if (TcpTransmitSegment (Tcb, Nbuf) != 0) {
839 if (TcpTransmitSegment (Tcb, Nbuf) != 0) {
936 if (TcpTransmitSegment (Tcb, Nbuf) == 0) {
980 Result = TcpTransmitSegment (Tcb, Nbuf);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOutput.c284 TcpTransmitSegment ( function
687 if (TcpTransmitSegment (Tcb, Nbuf) != 0) {
883 if (TcpTransmitSegment (Tcb, Nbuf) != 0) {
980 if (TcpTransmitSegment (Tcb, Nbuf) == 0) {
1023 Result = TcpTransmitSegment (Tcb, Nbuf);

Completed in 144 milliseconds