Lines Matching refs:tftp_event_t
101 } tftp_event_t; typedef
127 tftp_event_t event;
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);
395 tftp_event_t event) in tftp_connect_for_tx()
411 tftp_event_t event) in tftp_connect_for_rx()
427 tftp_event_t event) in tftp_send_first()
577 tftp_event_t event) in tftp_rx()
699 static CURLcode tftp_tx(struct tftp_state_data *state, tftp_event_t event) in tftp_tx()
902 tftp_event_t event) in tftp_state_machine()
1124 state->event = (tftp_event_t)event; in tftp_receive_packet()
1183 tftp_event_t *event) in tftp_state_timeout()
1219 tftp_event_t event; in tftp_multi_statemach()