Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c81 struct tftp_state { struct
96 static struct tftp_state tftp_state; argument
103 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 …]