Lines Matching refs:tftp_state_data

123 struct tftp_state_data {  struct
148 static CURLcode tftp_rx(struct tftp_state_data *state, tftp_event_t event); argument
149 static CURLcode tftp_tx(struct tftp_state_data *state, tftp_event_t event);
204 static CURLcode tftp_set_timeouts(struct tftp_state_data *state) in tftp_set_timeouts()
311 static CURLcode tftp_parse_option_ack(struct tftp_state_data *state, in tftp_parse_option_ack()
384 static CURLcode tftp_option_add(struct tftp_state_data *state, size_t *csize, in tftp_option_add()
394 static CURLcode tftp_connect_for_tx(struct tftp_state_data *state, in tftp_connect_for_tx()
410 static CURLcode tftp_connect_for_rx(struct tftp_state_data *state, in tftp_connect_for_rx()
426 static CURLcode tftp_send_first(struct tftp_state_data *state, in tftp_send_first()
576 static CURLcode tftp_rx(struct tftp_state_data *state, in tftp_rx()
699 static CURLcode tftp_tx(struct tftp_state_data *state, tftp_event_t event) in tftp_tx()
901 static CURLcode tftp_state_machine(struct tftp_state_data *state, in tftp_state_machine()
943 struct tftp_state_data *state = conn->proto.tftpc; in tftp_disconnect()
966 struct tftp_state_data *state; in tftp_connect()
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()
1337 struct tftp_state_data *state; in tftp_do()