Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tftp.c54 #define EBADOP 4 /* illegal TFTP operation */ macro
77 { EBADOP, "EBADOP" }, /* illegal TFTP operation */
/external/curl/tests/server/
Dtftp.h58 #define EBADOP 4 macro
Dtftpd.c179 { EBADOP, "Illegal TFTP operation" },
950 nak(EBADOP); in do_tftp()
969 nak(EBADOP); in do_tftp()
/external/musl/include/arpa/
Dtftp.h26 #define EBADOP 4 macro
/external/iputils/
Dtftpd.c238 nak(EBADOP); in tftp()
253 nak(EBADOP); in tftp()
502 { EBADOP, "Illegal TFTP operation" },
Dtftp.h74 #define EBADOP 4 /* illegal TFTP operation */ macro