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

/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c98 static int ipchroot; variable
142 ipchroot = 1;
145 ipchroot = 2;
212 if (ipchroot > 0 && chroot_dir == NULL) {
344 if (ipchroot > 0) {
358 if (ipchroot == 2)
360 if (ipchroot == 1 ||

Completed in 58 milliseconds