Searched refs:TFTP_ERROR (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtftp.h52 #define TFTP_ERROR 05 /* error code */ macro
H A Dprint-tftp.c53 { TFTP_ERROR, "ERROR" }, /* error code */
132 case TFTP_ERROR:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtftp.c36 #define TFTP_ERROR 5 macro
271 if (opcode == TFTP_ERROR) {
310 /*static const uint16_t error_8[2] = { htons(TFTP_ERROR), htons(8) };*/
312 static const uint8_t error_8[4] = { 0,TFTP_ERROR, 0,8 };

Completed in 259 milliseconds