Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftp-options.c89 options_set_reply(enum opt_enum opt, const char *fmt, ...) in options_set_reply() function
147 options_set_reply(OPT_TSIZE, "%ju", (uintmax_t)stbuf->st_size); in option_tsize()
266 options_set_reply(OPT_BLKSIZE, "%d", size); in option_blksize()
320 options_set_reply(OPT_BLKSIZE2, "%d", size); in option_blksize2()
355 options_set_reply(OPT_WINDOWSIZE, "%d", size); in option_windowsize()
H A Dtftp-options.h67 int options_set_reply(enum opt_enum, const char *, ...)