Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/arpa/
H A Dtftp.h47 #define SEGSIZE 512 /* data segment size */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c95 int blocksize = SEGSIZE; /* Number of data bytes in a DATA packet */
417 cpend = (char *)tp + SEGSIZE; in makerequest()
443 blocksize = SEGSIZE; in blksize_str()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c116 char data[SEGSIZE + 4];
121 char data[SEGSIZE];
130 int blocksize = SEGSIZE; /* Number of data bytes in a DATA packet */
/titanic_44/usr/src/cmd/lofiadm/
H A Dmain.c149 #define SEGSIZE 131072 macro
1809 uint32_t segsize = SEGSIZE; in main()