Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/udp/
Dtftp.c876 static const int tftp_errors[] = { variable
907 if ( err < ( sizeof ( tftp_errors ) / sizeof ( tftp_errors[0] ) ) ) in tftp_rx_error()
908 rc = -tftp_errors[err]; in tftp_rx_error()