Searched refs:SEGSIZE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dtftp.h43 #define SEGSIZE 512 /* data segment size */ macro
H A Dprint-tftp.c35 #ifdef SEGSIZE
36 #undef SEGSIZE /* SINIX sucks */ macro
H A Dprint-udp.c35 #ifdef SEGSIZE
36 #undef SEGSIZE macro
/freebsd-10.0-release/include/arpa/
H A Dtftp.h41 #define SEGSIZE 512 /* data segment size */ macro
/freebsd-10.0-release/libexec/tftpd/
H A Dtftp-utils.c50 uint16_t segsize = SEGSIZE;
51 uint16_t pktsize = SEGSIZE + 4;
/freebsd-10.0-release/lib/libstand/
H A Dtftp.c96 * The legacy TFTP_BLKSIZE value was SEGSIZE(512).
335 h->tftp_blksize = SEGSIZE;
732 * to the legacy TFTP blksize of SEGSIZE(512)
734 h->tftp_blksize = SEGSIZE;
/freebsd-10.0-release/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c59 #define PKTSIZE SEGSIZE+4

Completed in 179 milliseconds