Home
last modified time | relevance | path

Searched refs:tb_data (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c176 n = recvfrom(f, ackbuf.tb_data, in tftp_sendfile()
177 sizeof (ackbuf.tb_data), 0, in tftp_sendfile()
289 if (sendto(f, ackbuf.tb_data, size, 0, (struct sockaddr *)&sin6, in tftp_recvfile()
394 if (sendto(f, ackbuf.tb_data, 4, 0, in tftp_recvfile()
641 if (sendto(f, ackbuf.tb_data, length, 0, in nak()
/titanic_41/usr/src/cmd/cmd-inet/common/
H A Dtftpcommon.h58 char tb_data[PKTSIZE]; member