Searched refs:tb_data (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 176 n = recvfrom(f, ackbuf.tb_data, in tftp_sendfile() 177 sizeof (ackbuf.tb_data), 0, in tftp_sendfile() 290 if (sendto(f, ackbuf.tb_data, size, 0, (struct sockaddr *)&sin6, in tftp_recvfile() 395 if (sendto(f, ackbuf.tb_data, 4, 0, in tftp_recvfile() 642 if (sendto(f, ackbuf.tb_data, length, 0, in nak()
|
/illumos-gate/usr/src/cmd/cmd-inet/common/ |
H A D | tftpcommon.h | 56 char tb_data[PKTSIZE]; member
|