Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c133 static int tftp_getnextblock(struct tftp_handle *h);
359 return (tftp_getnextblock(h)); in tftp_makereq()
384 tftp_getnextblock(struct tftp_handle *h) in tftp_getnextblock() function
528 rc = tftp_getnextblock(tftpfile); in tftp_read()