HomeSort by: relevance | last modified time | path
    Searched defs:ackbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tftp/
tftp.c 72 char ackbuf[PKTSIZE]; variable in typeref:typename:char[]
240 ap = (struct tftphdr *)(void *)ackbuf;
292 n = recvfrom(curf, ackbuf, sizeof(ackbuf), 0,
391 ap = (struct tftphdr *)(void *)ackbuf;
418 if (sendto(f, ackbuf, (socklen_t)size, 0,
521 (void) sendto(f, ackbuf, 4, 0, (struct sockaddr *)(void *)&peer,
611 tp = (struct tftphdr *)(void *)ackbuf;
613 msglen = sizeof(ackbuf) - (&tp->th_msg[0] - ackbuf);
    [all...]
  /src/libexec/tftpd/
tftpd.c 85 static char ackbuf[PKTSIZE]; variable in typeref:typename:char[]
957 ap = (struct tftphdr *)ackbuf;
992 n = recvfrom(peer, ackbuf, tftp_blksize, 0,(struct sockaddr
1066 ap = (struct tftphdr *)ackbuf;
1079 ap = (struct tftphdr *) (etftp ? oackbuf : ackbuf);
1140 (void) sendto(peer, ackbuf, 4, 0, (struct sockaddr *)&from, fromlen);
1149 (void) sendto(peer, ackbuf, 4, 0, (struct sockaddr *)&from, fromlen); /* resend final ack */

Completed in 13 milliseconds