Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c145 static int tftp_getnextblock(struct tftp_handle *h);
383 return (tftp_getnextblock(h)); in tftp_makereq()
409 tftp_getnextblock(struct tftp_handle *h) in tftp_getnextblock() function
598 rc = tftp_getnextblock(tftpfile); in tftp_read()
760 rc = tftp_getnextblock(tftpfile); in tftp_preload()