Home
last modified time | relevance | path

Searched refs:options_rfc_enabled (Results 1 – 6 of 6) sorted by relevance

/NextBSD/libexec/tftpd/
HDtftp-options.c61 int options_rfc_enabled = 1; variable
287 if (!options_rfc_enabled) return (0); in make_options()
329 if (!options_rfc_enabled) return (0); in parse_options()
HDtftp-options.h45 extern int options_rfc_enabled;
HDtftpd.c160 options_rfc_enabled = 0; in main()
523 if (options_rfc_enabled) in tftp_wrq()
564 if (options_rfc_enabled) in tftp_rrq()
HDtftp-io.c208 if (options_rfc_enabled) in send_wrq()
256 if (options_rfc_enabled) { in send_rrq()
/NextBSD/usr.bin/tftp/
HDmain.c654 options_rfc_enabled ? "enabled" : "disabled"); in showstatus()
874 options_rfc_enabled = 1; in setoptions()
879 options_rfc_enabled = 0; in setoptions()
885 options_rfc_enabled ? "enabled" : "disabled"); in setoptions()
954 if (!options_rfc_enabled) in setblocksize()
991 if (!options_rfc_enabled || !options_extra_enabled) in setblocksize2()
HDtftp.c142 if (!options_rfc_enabled) { in xmitfile()
246 if (!options_rfc_enabled) { in recvfile()