Searched refs:tftp_dir (Results 1 – 2 of 2) sorted by relevance
7 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 …]
88 static const char *tftp_dir = TFTP_DIR; /* tftp directory */ variable166 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()