Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/arpa/
H A Dtftp.h45 #define SEGSIZE 512 /* data segment size */ macro
/illumos-gate/usr/src/boot/include/arpa/
H A Dtftp.h41 #define SEGSIZE 512 /* data segment size */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c94 int blocksize = SEGSIZE; /* Number of data bytes in a DATA packet */
418 cpend = (char *)tp + SEGSIZE; in makerequest()
444 blocksize = SEGSIZE; in blksize_str()
/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c362 h->tftp_blksize = SEGSIZE; in tftp_makereq()
739 h->tftp_blksize = SEGSIZE; in tftp_parse_oack()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c117 char data[SEGSIZE + 4];
122 char data[SEGSIZE];
131 int blocksize = SEGSIZE; /* Number of data bytes in a DATA packet */
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c153 #define SEGSIZE 131072 macro
1926 uint32_t segsize = SEGSIZE; in main()