Searched refs:TotalSent (Results 1 – 1 of 1) sorted by relevance
129 int Sent, ToSend, TotalSent = 0; in IbmSockSend() local153 if ((TotalSent > 0) && (SOCK_ERRNO == EWOULDBLOCK)) in IbmSockSend()154 return TotalSent; in IbmSockSend()160 return TotalSent + Sent; in IbmSockSend()163 TotalSent += Sent; in IbmSockSend()167 return TotalSent; in IbmSockSend()