Home | Sort by: relevance | last modified time | path |
/src/include/arpa/ | |
tftp.h | 43 #define PKTSIZE SEGSIZE + 4 |
/src/dist/pf/libexec/tftp-proxy/ | |
tftp-proxy.c | 60 #ifndef PKTSIZE 61 #define PKTSIZE SEGSIZE+4 62 #endif /* !PKTSIZE */ 91 char req[PKTSIZE]; |