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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtftp.c310 /*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 }; variable
313 xsendto(socketfd, error_8, 4, &peer_lsa->sa, peer_lsa->len);

Completed in 42 milliseconds