Searched refs:tftp_get (Results 1 – 3 of 3) sorted by relevance
156 int tftp_get(struct tftpc *client,
77 ret = tftp_get(&client, "file1.bin", "octet"); in main()
244 int tftp_get(struct tftpc *client, const char *remote_file, const char *mode) in tftp_get() function