Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c949 tftp_state_data_t *state = conn->proto.tftpc; in tftp_disconnect()
976 state = conn->proto.tftpc = calloc(1, sizeof(tftp_state_data_t)); in tftp_connect()
1059 tftp_state_data_t *state = (tftp_state_data_t *)conn->proto.tftpc; in tftp_done()
1105 tftp_state_data_t *state = (tftp_state_data_t *)conn->proto.tftpc; in tftp_receive_packet()
1190 tftp_state_data_t *state = (tftp_state_data_t *)conn->proto.tftpc; in tftp_state_timeout()
1228 tftp_state_data_t *state = (tftp_state_data_t *)conn->proto.tftpc; in tftp_multi_statemach()
1311 tftp_state_data_t *state = (tftp_state_data_t *)conn->proto.tftpc; in tftp_perform()
1346 if(!conn->proto.tftpc) { in tftp_do()
1352 state = (tftp_state_data_t *)conn->proto.tftpc; in tftp_do()
Durldata.h983 struct tftp_state_data *tftpc; member