Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c67 static int tftp_parse_oack(struct tftp_handle *, char *, size_t);
276 if (tftp_parse_oack(h, t->th_u.tu_stuff, tftp_oack_len) != 0) { in recvtftp()
760 tftp_parse_oack(struct tftp_handle *h, char *buf, size_t len) in tftp_parse_oack() function