Home
last modified time | relevance | path

Searched refs:tftp_dir (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/tftp/tests/
H A Dtftp_test.sh7 tftp_dir="${TMPDIR:-/tmp}/tftp.dir"
16 rm -rf "${tftp_dir}"
17 mkdir "${tftp_dir}"
19 tftp dgram udp wait root /usr/libexec/tftpd tftpd -d15 -l ${tftp_dir}
20 tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -d15 -l ${tftp_dir}
34 rm -rf "${tftp_dir}" "${inetd_conf}" "${inetd_pid}"
44 local remote_file="${tftp_dir}/remote.bin"
63 local remote_file="${tftp_dir}/hello.txt"
82 local remote_file="${tftp_dir}/hello.txt"
102 local remote_file="${tftp_dir}/hello.txt"
[all …]
/freebsd/usr.sbin/rarpd/
H A Drarpd.c88 static const char *tftp_dir = TFTP_DIR; /* tftp directory */ variable
166 tftp_dir = optarg; in main()
598 if (chdir(tftp_dir) == -1) { in rarp_bootable()
599 logmsg(LOG_ERR, "chdir: %s: %m", tftp_dir); in rarp_bootable()