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

/netgear-R7000-V1.0.7.12_1.2.5/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 108 milliseconds