Searched refs:tftpc (Results 1 – 2 of 2) 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()1061 struct tftp_state_data *state = conn->proto.tftpc; in tftp_done()1103 struct tftp_state_data *state = conn->proto.tftpc; in tftp_receive_packet()1187 struct tftp_state_data *state = conn->proto.tftpc; in tftp_state_timeout()1222 struct tftp_state_data *state = conn->proto.tftpc; in tftp_multi_statemach()1307 struct tftp_state_data *state = conn->proto.tftpc; in tftp_perform()1343 if(!conn->proto.tftpc) { in tftp_do()1349 state = conn->proto.tftpc; in tftp_do()
930 struct tftp_state_data *tftpc; member
Completed in 15 milliseconds