Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c65 static int tftp_open(const char *, struct open_file *);
76 .fo_open = tftp_open,
441 tftp_open(const char *path, struct open_file *f) in tftp_open() function