Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c69 static off_t tftp_seek(struct open_file *, off_t, int);
80 .fo_seek = tftp_seek,
637 tftp_seek(struct open_file *f, off_t offset, int where) in tftp_seek() function