Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftpd.c502 int has_options = 0, ecode; in tftp_wrq() local
515 has_options = !parse_options(peer, cp, size); in tftp_wrq()
522 if (has_options) in tftp_wrq()
547 int has_options = 0, ecode; in tftp_rrq() local
560 has_options = !parse_options(peer, cp, size); in tftp_rrq()
567 if (has_options) { in tftp_rrq()