Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftp-io.h30 #define RP_TOOSMALL -2 macro
H A Dtftp-utils.c266 { RP_TOOSMALL, "Not enough data bytes" },
H A Dtftp-io.c415 return (RP_TOOSMALL); in receive_packet()