Searched refs:tftp_request (Results 1 – 2 of 2) sorted by relevance
64 struct tftp_request { struct149 struct tftp_request *tftp = in tftp_free()150 container_of ( refcnt, struct tftp_request, refcnt ); in tftp_free()163 static void tftp_done ( struct tftp_request *tftp, int rc ) { in tftp_done()186 static int tftp_reopen ( struct tftp_request *tftp ) { in tftp_reopen()220 static int tftp_reopen_mc ( struct tftp_request *tftp, in tftp_reopen_mc()248 static int tftp_presize ( struct tftp_request *tftp, size_t filesize ) { in tftp_presize()330 static int tftp_send_rrq ( struct tftp_request *tftp ) { in tftp_send_rrq()389 static int tftp_send_ack ( struct tftp_request *tftp ) { in tftp_send_ack()423 static int tftp_send_error ( struct tftp_request *tftp, int errcode, in tftp_send_error()[all …]
38 void tftp_request(struct listener *listen, struct daemon *daemon, time_t now);