Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c780 int oacklen; in tftp() local
884 (*pf->f_recv)(pf, oacklen); in tftp()
886 (*pf->f_send)(pf, oacklen); in tftp()
1012 tftpd_sendfile(struct formats *pf, int oacklen) in tftpd_sendfile() argument
1018 if (oacklen != 0) { in tftpd_sendfile()
1025 oacklen - 2); in tftpd_sendfile()
1028 if (sendto(peer, &oackbuf, oacklen, 0, in tftpd_sendfile()
1198 if (oacklen == 0) { in tftpd_recvfile()
1204 (void) memcpy(&ackbuf, &oackbuf, oacklen); in tftpd_recvfile()
1205 acklen = oacklen; in tftpd_recvfile()
[all …]