Searched refs:tftpc (Results 1 – 3 of 3) sorted by relevance
943 struct tftp_state_data *state = conn->proto.tftpc; in tftp_disconnect()973 state = conn->proto.tftpc = calloc(1, sizeof(struct tftp_state_data)); in tftp_connect()1063 struct tftp_state_data *state = conn->proto.tftpc; in tftp_done()1106 struct tftp_state_data *state = conn->proto.tftpc; in tftp_receive_packet()1196 struct tftp_state_data *state = conn->proto.tftpc; in tftp_state_timeout()1231 struct tftp_state_data *state = conn->proto.tftpc; in tftp_multi_statemach()1316 struct tftp_state_data *state = conn->proto.tftpc; in tftp_perform()1352 if(!conn->proto.tftpc) { in tftp_do()1358 state = conn->proto.tftpc; in tftp_do()
1094 struct tftp_state_data *tftpc; member
587 * Added basic TFTP client logic (netutils/tftpc).15568 - netutils/tftpc: Missing header file causes errors in some15570 - netutils/tftpc: TFTPC depends on CONFIG_NET_IPv4.17908 - apps/netutils/tftpc: Modified the TFTP client functions to use a