Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c68 static int tftp_read(struct open_file *, void *, size_t, size_t *);
78 .fo_read = tftp_read,
505 tftp_read(struct open_file *f, void *addr, size_t size, in tftp_read() function