Searched refs:tftpc (Results 1 – 3 of 3) sorted by relevance
946 struct tftp_state_data *state = conn->proto.tftpc; in tftp_disconnect()976 state = conn->proto.tftpc = calloc(1, sizeof(struct tftp_state_data)); in tftp_connect()1066 struct tftp_state_data *state = conn->proto.tftpc; in tftp_done()1109 struct tftp_state_data *state = conn->proto.tftpc; in tftp_receive_packet()1202 struct tftp_state_data *state = conn->proto.tftpc; in tftp_state_timeout()1237 struct tftp_state_data *state = conn->proto.tftpc; in tftp_multi_statemach()1322 struct tftp_state_data *state = conn->proto.tftpc; in tftp_perform()1358 if(!conn->proto.tftpc) { in tftp_do()1364 state = conn->proto.tftpc; in tftp_do()
1021 struct tftp_state_data *tftpc; member
587 * Added basic TFTP client logic (netutils/tftpc).15567 - netutils/tftpc: Missing header file causes errors in some15569 - netutils/tftpc: TFTPC depends on CONFIG_NET_IPv4.17907 - apps/netutils/tftpc: Modified the TFTP client functions to use a