Home
last modified time | relevance | path

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

/netbsd-src/libexec/tftpd/
H A Dtftpd.c948 sendfile(struct formats *pf, volatile int etftp, int acklength) in sendfile() argument
960 size = acklength - 4; in sendfile()
1008 acklength = 0; in sendfile()
1051 recvfile(struct formats *pf, volatile int etftp, volatile int acklength) in recvfile() argument
1069 acklength = 4; in recvfile()
1080 if (sendto(peer, ap, acklength, 0, (struct sockaddr *)&from, fromlen) != acklength) { in recvfile()