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

/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-options.c90 asprintf(&options[OPT_TSIZE].o_reply,
94 options[OPT_TSIZE].o_reply =
119 options[OPT_TIMEOUT].o_reply =
126 options[OPT_TIMEOUT].o_reply);
151 options[OPT_ROLLOVER].o_reply =
156 options[OPT_ROLLOVER].o_reply);
212 asprintf(&options[OPT_BLKSIZE].o_reply, "%d", size);
217 options[OPT_BLKSIZE].o_reply);
266 asprintf(&options[OPT_BLKSIZE2].o_reply, "%d", size);
271 options[OPT_BLKSIZE2].o_reply);
[all...]
H A Dtftp-options.h50 char *o_reply; member in struct:options
H A Dtftp-io.c295 if (options[i].o_reply != NULL) {
297 0, options[i].o_reply);

Completed in 107 milliseconds