Searched refs:tftp_parse_oack (Results 1 – 1 of 1) sorted by relevance
71 static int tftp_parse_oack(struct tftp_handle *, char *, size_t);289 if (tftp_parse_oack(h, t->th_u.tu_stuff, tftp_oack_len) != 0) { in recvtftp()832 tftp_parse_oack(struct tftp_handle *h, char *buf, size_t len) in tftp_parse_oack() function