HomeSort by: relevance | last modified time | path
    Searched defs:PKTSIZE (Results 1 - 2 of 2) sorted by relevancy

  /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];

Completed in 11 milliseconds