Lines Matching refs:tftp_state_data
123 struct tftp_state_data {
148 static CURLcode tftp_rx(struct tftp_state_data *state, tftp_event_t event);
149 static CURLcode tftp_tx(struct tftp_state_data *state, tftp_event_t event);
203 static CURLcode tftp_set_timeouts(struct tftp_state_data *state)
311 static CURLcode tftp_parse_option_ack(struct tftp_state_data *state,
384 static CURLcode tftp_option_add(struct tftp_state_data *state, size_t *csize,
394 static CURLcode tftp_connect_for_tx(struct tftp_state_data *state,
410 static CURLcode tftp_connect_for_rx(struct tftp_state_data *state,
426 static CURLcode tftp_send_first(struct tftp_state_data *state,
580 static CURLcode tftp_rx(struct tftp_state_data *state,
703 static CURLcode tftp_tx(struct tftp_state_data *state, tftp_event_t event)
902 static CURLcode tftp_state_machine(struct tftp_state_data *state,
944 struct tftp_state_data *state = conn->proto.tftpc;
967 struct tftp_state_data *state;
974 state = conn->proto.tftpc = calloc(1, sizeof(struct tftp_state_data));
1062 struct tftp_state_data *state = conn->proto.tftpc;
1105 struct tftp_state_data *state = conn->proto.tftpc;
1192 struct tftp_state_data *state = conn->proto.tftpc;
1227 struct tftp_state_data *state = conn->proto.tftpc;
1312 struct tftp_state_data *state = conn->proto.tftpc;
1342 struct tftp_state_data *state;