Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c1190 int n, size, acklen, serrno; in tftpd_recvfile() local
1200 acklen = 4; in tftpd_recvfile()
1204 acklen = oacklen; in tftpd_recvfile()
1217 acklen - 2); in tftpd_recvfile()
1221 if (sendto(peer, &ackbuf, acklen, 0, (struct sockaddr *)&from, in tftpd_recvfile()
1222 fromplen) != acklen) { in tftpd_recvfile()