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

/freebsd-9.3-release/contrib/tcpdump/
H A Dtftp.h77 #define EBADOP 4 /* illegal TFTP operation */ macro
H A Dprint-tftp.c64 { EBADOP, "EBADOP" }, /* illegal TFTP operation */
/freebsd-9.3-release/include/arpa/
H A Dtftp.h73 #define EBADOP 4 /* illegal TFTP operation */ macro
/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-options.c78 * - Sending the EBADOP packets is done by the handler.
113 send_error(peer, EBADOP);
146 send_error(peer, EBADOP);
184 send_error(peer, EBADOP);
200 send_error(peer, EBADOP);
H A Dtftp-utils.c115 send_error(peer, EBADOP);
H A Dtftpd.c479 send_error(peer, EBADOP);
500 send_error(peer, EBADOP);
H A Dtftp-io.c64 { EBADOP, "Illegal TFTP operation" },
/freebsd-9.3-release/usr.bin/tftp/
H A Dtftp.c144 send_error(peer, EBADOP);
248 send_error(peer, EBADOP);

Completed in 226 milliseconds