Searched refs:options_set_request (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/usr.bin/tftp/ |
| H A D | main.c | 497 options_set_request(OPT_TSIZE, "%ju", (uintmax_t)sb.st_size); in put() 526 options_set_request(OPT_TSIZE, "%ju", (uintmax_t)sb.st_size); in put() 932 options_set_request(OPT_ROLLOVER, NULL); in setrollover() 935 options_set_request(OPT_ROLLOVER, "1"); in setrollover() 938 options_set_request(OPT_ROLLOVER, "0"); in setrollover() 1004 options_set_request(OPT_BLKSIZE, "%ld", maxdgram - 4); in setblocksize() 1006 options_set_request(OPT_BLKSIZE, "%d", size); in setblocksize() 1059 options_set_request(OPT_BLKSIZE2, "%d", sizes[i]); in setblocksize2() 1061 options_set_request(OPT_BLKSIZE2, "%d", size); in setblocksize2() 1095 options_set_request(OPT_WINDOWSIZE, "%d", size); in setwindowsize()
|
| /freebsd-14.2/libexec/tftpd/ |
| H A D | tftp-options.c | 67 options_set_request(enum opt_enum opt, const char *fmt, ...) in options_set_request() function 446 options_set_request(i, "%s", value); in parse_options() 477 options_set_request(OPT_ROLLOVER, "0"); in init_options()
|
| H A D | tftp-options.h | 65 int options_set_request(enum opt_enum, const char *, ...)
|
| H A D | tftp-io.c | 256 options_set_request(OPT_TSIZE, "0"); in send_rrq()
|