Lines Matching defs:rxoff
154 recv_and_check_data_return_offset(int s, char *rxbuf, size_t rxbufsize, size_t rxoff, int *closed, const char *dbg)
158 ret = lwip_read(s, &rxbuf[rxoff], rxbufsize - rxoff);
161 return rxoff;
175 return check_test_data(rxbuf, rxoff + ret);
407 size_t rxoff = 0;
415 rxoff = recv_and_check_data_return_offset(s, rxbuf, sizeof(rxbuf), rxoff, &closed, "cli");
438 size_t rxoff = 0;
482 rxoff = recv_and_check_data_return_offset(s, rxbuf, sizeof(rxbuf), rxoff, &closed, "cli");
515 size_t rxoff = 0;
531 rxoff = recv_and_check_data_return_offset(s, rxbuf, sizeof(rxbuf), rxoff, &closed, "srv");