Searched refs:tftp_client (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/tftp/
H A Dclient.c40 struct tftp_client struct
62 struct tftp_client tftp_client; variable in typeref:struct:tftp_client
68 void *payload = tftp_client.ppayload;
104 if (blockno == tftp_client.block) {
105 if (tftp_client.state == TFTP_ST_LAST_DATA_SENT) {
106 tftp_client.state = TFTP_ST_CLOSED;
112 if (tftp_client.buflen - offset < TFTP_BLOCKSIZE) {
113 length = tftp_client.buflen - offset;
114 tftp_client
[all...]

Completed in 47 milliseconds