Searched refs:tftp_state (Results 1 – 1 of 1) sorted by relevance
81 struct tftp_state { struct96 static struct tftp_state tftp_state; argument103 tftp_state.port = 0; in close_handle()104 ip_addr_set_any(0, &tftp_state.addr); in close_handle()106 if (tftp_state.last_data != NULL) { in close_handle()107 pbuf_free(tftp_state.last_data); in close_handle()108 tftp_state.last_data = NULL; in close_handle()113 if (tftp_state.handle) { in close_handle()114 tftp_state.ctx->close(tftp_state.handle); in close_handle()115 tftp_state.handle = NULL; in close_handle()[all …]