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

/freebsd-13-stable/libexec/tftpd/
H A Dtftp-options.c93 asprintf(&options[OPT_TSIZE].o_reply,
97 options[OPT_TSIZE].o_reply =
122 options[OPT_TIMEOUT].o_reply =
129 options[OPT_TIMEOUT].o_reply);
154 options[OPT_ROLLOVER].o_reply =
159 options[OPT_ROLLOVER].o_reply);
215 asprintf(&options[OPT_BLKSIZE].o_reply, "%d", size);
220 options[OPT_BLKSIZE].o_reply);
269 asprintf(&options[OPT_BLKSIZE2].o_reply, "%d", size);
274 options[OPT_BLKSIZE2].o_reply);
[all...]
H A Dtftp-options.h53 char *o_reply; member in struct:options
H A Dtftp-io.c299 if (options[i].o_reply != NULL) {
301 0, options[i].o_reply);

Completed in 100 milliseconds