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

/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-options.h60 OPT_BLKSIZE2, enumerator in enum:opt_enum
H A Dtftp-options.c234 if (options[OPT_BLKSIZE2].o_request == NULL)
245 size = atoi(options[OPT_BLKSIZE2].o_request);
266 asprintf(&options[OPT_BLKSIZE2].o_reply, "%d", size);
271 options[OPT_BLKSIZE2].o_reply);
/freebsd-9.3-release/usr.bin/tftp/
H A Dmain.c1035 asprintf(&options[OPT_BLKSIZE2].o_request,
1038 asprintf(&options[OPT_BLKSIZE2].o_request, "%d", size);
1042 options[OPT_BLKSIZE2].o_request);

Completed in 158 milliseconds