Lines Matching refs:tftp_event_t
99 } tftp_event_t; typedef
125 tftp_event_t event;
148 static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event);
149 static CURLcode tftp_tx(tftp_state_data_t *state, tftp_event_t event);
415 tftp_event_t event) in tftp_connect_for_tx()
431 tftp_event_t event) in tftp_connect_for_rx()
446 static CURLcode tftp_send_first(tftp_state_data_t *state, tftp_event_t event) in tftp_send_first()
577 static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event) in tftp_rx()
698 static CURLcode tftp_tx(tftp_state_data_t *state, tftp_event_t event) in tftp_tx()
886 tftp_event_t event) in tftp_state_machine()
1106 state->event = (tftp_event_t)getrpacketevent(&state->rpacket); in tftp_receive_packet()
1160 static long tftp_state_timeout(struct connectdata *conn, tftp_event_t *event) in tftp_state_timeout()
1198 tftp_event_t event; in tftp_multi_statemach()