Searched refs:options_set_reply (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/libexec/tftpd/ |
| H A D | tftp-options.c | 90 options_set_reply(enum opt_enum opt, const char *fmt, ...) in options_set_reply() function 148 options_set_reply(OPT_TSIZE, "%ju", (uintmax_t)stbuf->st_size); in option_tsize() 267 options_set_reply(OPT_BLKSIZE, "%d", size); in option_blksize() 321 options_set_reply(OPT_BLKSIZE2, "%d", size); in option_blksize2() 356 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 *, ...)
|