Searched refs:options_set_reply (Results 1 – 2 of 2) sorted by relevance
/freebsd/libexec/tftpd/ |
H A D | tftp-options.c | 89 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 D | tftp-options.h | 67 int options_set_reply(enum opt_enum, const char *, ...)
|