Home
last modified time | relevance | path

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

/curl/lib/
H A Dtftp.c137 int rbytes; member
620 if(state->rbytes < (ssize_t)state->blksize + 4) { in tftp_rx()
1107 state->rbytes = (int)recvfrom(state->sockfd, in tftp_receive_packet()
1116 if(state->rbytes < 4) { in tftp_receive_packet()
1129 if(state->rbytes > 4 && in tftp_receive_packet()
1133 state->rbytes-4); in tftp_receive_packet()
1144 size_t strn = state->rbytes - 4; in tftp_receive_packet()
1155 state->rbytes-2); in tftp_receive_packet()

Completed in 6 milliseconds