Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftp-options.c164 tftp_log(acting_as_client ? LOG_ERR : LOG_WARNING, in option_timeout()
169 if (acting_as_client) in option_timeout()
194 tftp_log(acting_as_client ? LOG_ERR : LOG_WARNING, in option_rollover()
199 if (acting_as_client) { in option_rollover()
228 return (acting_as_client ? 1 : 0); in option_blksize()
234 if (acting_as_client) { in option_blksize()
249 if (acting_as_client) { in option_blksize()
296 return (acting_as_client ? 1 : 0); in option_blksize2()
306 return (acting_as_client ? 1 : 0); in option_blksize2()
340 if (acting_as_client) { in option_windowsize()
[all …]
H A Dtftp-utils.h60 extern int acting_as_client;
H A Dtftp-utils.c56 int acting_as_client; variable
H A Dtftp-transfer.c431 if (acting_as_client) in tftp_receive()
H A Dtftpd.c128 acting_as_client = 0; in main()
/freebsd/usr.bin/tftp/
H A Dmain.c172 acting_as_client = 1; in main()