Searched refs:RP_TOOSMALL (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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 | 416 return (RP_TOOSMALL); in receive_packet() |