Home
last modified time | relevance | path

Searched refs:bytes_received (Results 1 – 2 of 2) sorted by relevance

/bsp/microchip/common/applications/
A Dlwip_demo.c52 int bytes_received; in tcpclient() local
116 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()
/bsp/samd21/sam_d2x_asflib/common/services/adp/
A Dadp.c59 static uint16_t bytes_received; variable
151 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