Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/tftp/
A Dtftp.c102 u8_t mode_write; member
428 tftp_state.mode_write = 1; in tftp_recv()
431 tftp_state.mode_write = 0; in tftp_recv()
447 if (tftp_state.mode_write != 1) { in tftp_recv()
496 if (tftp_state.mode_write != 0) { in tftp_recv()
719 tftp_state.mode_write = 1; /* We want to receive data */ in tftp_get()
732 tftp_state.mode_write = 0; /* We want to send data */ in tftp_put()

Completed in 10 milliseconds