Searched refs:spacket (Results 1 – 1 of 1) sorted by relevance
143 struct tftp_packet spacket; member476 msnprintf((char *)state->spacket.data + 2, in tftp_send_first()609 setpacketblock(&state->spacket, state->block); in tftp_rx()634 setpacketblock(&state->spacket, state->block); in tftp_rx()674 setpacketblock(&state->spacket, state->block); in tftp_rx()761 setpacketblock(&state->spacket, state->block); in tftp_tx()772 bufptr = (char *)state->spacket.data + 4; in tftp_tx()825 setpacketblock(&state->spacket, state->block); in tftp_tx()950 Curl_safefree(state->spacket.data); in tftp_disconnect()994 if(!state->spacket.data) { in tftp_connect()[all …]
Completed in 7 milliseconds