Searched refs:bytes_received (Results 1 – 2 of 2) sorted by relevance
52 int bytes_received; in tcpclient() local116 bytes_received = recv(sock, recv_data, BUFSZ - 1, 0); in tcpclient()117 if (bytes_received < 0) in tcpclient()124 else if (bytes_received == 0) in tcpclient()135 recv_data[bytes_received] = '\0'; in tcpclient()
59 static uint16_t bytes_received; variable151 bytes_received = 0; in adp_add_receive_byte()162 bytes_received++; in adp_add_receive_byte()164 if (length_received == bytes_received) { in adp_add_receive_byte()180 if (bytes_received == 0) { in adp_is_received()199 protocol_buf[bytes_received - 1] = *(rx_buf + i); in adp_protocol_add_byte()
Completed in 6 milliseconds