Home
last modified time | relevance | path

Searched refs:SEGSIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/arpa/
H A Dtftp.h40 #define SEGSIZE 512 /* data segment size */ macro
/freebsd/libexec/tftpd/
H A Dtftp-utils.c52 uint16_t segsize = SEGSIZE;
53 uint16_t pktsize = SEGSIZE + 4;
/freebsd/stand/libsa/
H A Dtftp.c371 h->tftp_blksize = SEGSIZE; in tftp_makereq()
820 h->tftp_blksize = SEGSIZE; in tftp_parse_oack()
/freebsd/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c59 #define PKTSIZE SEGSIZE+4