Searched refs:options_set_request (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/tftp/ |
H A D | main.c | 484 options_set_request(OPT_TSIZE, "%ju", (uintmax_t)sb.st_size); in put() 513 options_set_request(OPT_TSIZE, "%ju", (uintmax_t)sb.st_size); in put() 919 options_set_request(OPT_ROLLOVER, NULL); in setrollover() 922 options_set_request(OPT_ROLLOVER, "1"); in setrollover() 925 options_set_request(OPT_ROLLOVER, "0"); in setrollover() 991 options_set_request(OPT_BLKSIZE, "%ld", maxdgram - 4); in setblocksize() 993 options_set_request(OPT_BLKSIZE, "%d", size); in setblocksize() 1046 options_set_request(OPT_BLKSIZE2, "%d", sizes[i]); in setblocksize2() 1048 options_set_request(OPT_BLKSIZE2, "%d", size); in setblocksize2() 1082 options_set_request(OPT_WINDOWSIZE, "%d", size); in setwindowsize()
|
/freebsd/libexec/tftpd/ |
H A D | tftp-options.c | 66 options_set_request(enum opt_enum opt, const char *fmt, ...) in options_set_request() function 445 options_set_request(i, "%s", value); in parse_options() 476 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 | 255 options_set_request(OPT_TSIZE, "0"); in send_rrq()
|