Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c39 static char *tftp_parse_oack(char *, size_t, struct tftp_options *);
106 tftp_parse_oack((char *)&tftp->th_stuff, in interpret_tftp()
165 tftp_parse_oack((char *)&tftp->th_stuff, in interpret_tftp()
211 tftp_parse_oack(char *buf, size_t size, struct tftp_options *opts) in tftp_parse_oack() function
/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c69 static int tftp_parse_oack(struct tftp_handle *, char *, size_t);
267 if (tftp_parse_oack(h, t->th_u.tu_stuff, tftp_oack_len) != 0) { in recvtftp()
679 tftp_parse_oack(struct tftp_handle *h, char *buf, size_t len) in tftp_parse_oack() function