Searched refs:tftp_blksize (Results 1 – 6 of 6) sorted by relevance
244 long tftp_blksize; /* TFTP BLKSIZE option */ member
1609 if(config->tftp_blksize && proto_tftp) in config2setopts()1610 my_setopt(curl, CURLOPT_TFTP_BLKSIZE, config->tftp_blksize); in config2setopts()
1618 err = str2unum(&config->tftp_blksize, nextarg); in getparameter()
978 if(data->set.tftp_blksize) in tftp_connect()980 blksize = (int)data->set.tftp_blksize; in tftp_connect()
1629 long tftp_blksize; /* in bytes, 0 means use default */ member
412 data->set.tftp_blksize = arg; in setopt_long()
Completed in 59 milliseconds