Searched refs:EBADOP (Results 1 – 7 of 7) sorted by relevance
/freebsd/libexec/tftpd/ |
H A D | tftp-options.c | 168 send_error(peer, EBADOP); in option_timeout() 200 send_error(peer, EBADOP); in option_rollover() 238 send_error(peer, EBADOP); in option_blksize() 254 send_error(peer, EBADOP); in option_blksize() 344 send_error(peer, EBADOP); in option_windowsize()
|
H A D | tftpd.c | 418 send_error(peer, EBADOP); in main() 467 send_error(peer, EBADOP); in parse_header() 487 send_error(peer, EBADOP); in parse_header()
|
H A D | tftp-utils.c | 118 send_error(peer, EBADOP); in get_field()
|
H A D | tftp-io.c | 64 { EBADOP, "Illegal TFTP operation" },
|
/freebsd/contrib/tcpdump/ |
H A D | print-tftp.c | 52 #define EBADOP 4 /* illegal TFTP operation */ macro 75 { EBADOP, "EBADOP" }, /* illegal TFTP operation */
|
/freebsd/usr.bin/tftp/ |
H A D | tftp.c | 140 send_error(peer, EBADOP); in xmitfile() 245 send_error(peer, EBADOP); in recvfile()
|
/freebsd/include/arpa/ |
H A D | tftp.h | 74 #define EBADOP 4 /* illegal TFTP operation */ macro
|