Home
last modified time | relevance | path

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

/freebsd-10-stable/libexec/tftpd/
Dtftp-options.c90 asprintf(&options[OPT_TSIZE].o_reply, in option_tsize()
94 options[OPT_TSIZE].o_reply = in option_tsize()
119 options[OPT_TIMEOUT].o_reply = in option_timeout()
126 options[OPT_TIMEOUT].o_reply); in option_timeout()
151 options[OPT_ROLLOVER].o_reply = in option_rollover()
156 options[OPT_ROLLOVER].o_reply); in option_rollover()
212 asprintf(&options[OPT_BLKSIZE].o_reply, "%d", size); in option_blksize()
217 options[OPT_BLKSIZE].o_reply); in option_blksize()
266 asprintf(&options[OPT_BLKSIZE2].o_reply, "%d", size); in option_blksize2()
271 options[OPT_BLKSIZE2].o_reply); in option_blksize2()
[all …]
Dtftp-options.h50 char *o_reply; member
Dtftp-io.c297 if (options[i].o_reply != NULL) { in send_oack()
299 0, options[i].o_reply); in send_oack()