Searched refs:OPT_BLKSIZE2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/libexec/tftpd/
H A Dtftp-options.h60 OPT_BLKSIZE2, enumerator in enum:opt_enum
H A Dtftp-options.c288 if (options[OPT_BLKSIZE2].o_request == NULL)
299 size = atoi(options[OPT_BLKSIZE2].o_request);
320 options_set_reply(OPT_BLKSIZE2, "%d", size);
325 options[OPT_BLKSIZE2].o_reply);
/freebsd-current/usr.bin/tftp/
H A Dmain.c1046 options_set_request(OPT_BLKSIZE2, "%d", sizes[i]);
1048 options_set_request(OPT_BLKSIZE2, "%d", size);
1052 options[OPT_BLKSIZE2].o_request);

Completed in 184 milliseconds