Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/udp/
Dtftp.c163 static void tftp_done ( struct tftp_request *tftp, int rc ) { in tftp_done() function
545 tftp_done ( tftp, rc ); in tftp_timer_expired()
777 tftp_done ( tftp, rc ); in tftp_rx_oack()
786 tftp_done ( tftp, rc ); in tftp_rx_oack()
866 tftp_done ( tftp, 0 ); in tftp_rx_data()
871 tftp_done ( tftp, rc ); in tftp_rx_data()
913 tftp_done ( tftp, rc ); in tftp_rx_error()
1065 tftp_done ( tftp, rc ); in tftp_xfer_close()
1152 tftp_done ( tftp, rc ); in tftp_core_open()
/external/curl/lib/
Dtftp.c155 static CURLcode tftp_done(struct connectdata *conn,
173 tftp_done, /* done */
1048 static CURLcode tftp_done(struct connectdata *conn, CURLcode status, in tftp_done() function