Home
last modified time | relevance | path

Searched refs:tftp_client (Results 1 – 1 of 1) sorted by relevance

/device/linaro/dragonboard/qcom/tqftpserv/
Dtqftpserv.c56 struct tftp_client { struct
75 static ssize_t tftp_send_data(struct tftp_client *client, in tftp_send_data() argument
201 struct tftp_client *client; in handle_rrq()
314 struct tftp_client *client; in handle_wrq()
372 static int handle_reader(struct tftp_client *client) in handle_reader()
428 static int handle_writer(struct tftp_client *client) in handle_writer()
475 static void client_close_and_free(struct tftp_client *client) in client_close_and_free()
485 struct tftp_client *client; in main()
486 struct tftp_client *next; in main()