Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftpd.c506 int has_options = 0, ecode; in tftp_wrq() local
519 has_options = !parse_options(peer, cp, size); in tftp_wrq()
526 if (has_options) in tftp_wrq()
551 int has_options = 0, ecode; in tftp_rrq() local
564 has_options = !parse_options(peer, cp, size); in tftp_rrq()
571 if (has_options) { in tftp_rrq()