Searched refs:RP_TOOSMALL (Results 1 – 3 of 3) sorted by relevance
/freebsd/libexec/tftpd/ | ||
H A D | tftp-io.h | 30 #define RP_TOOSMALL -2 macro |
H A D | tftp-utils.c | 266 { RP_TOOSMALL, "Not enough data bytes" }, |
H A D | tftp-io.c | 415 return (RP_TOOSMALL); in receive_packet() |