Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtftp.c331 char *xbuf = xmalloc(io_bufsize); variable
385 cp = xbuf + 2;
472 if ((&xbuf[io_bufsize - 1] - cp) < sizeof("blksize NNNNN tsize ") + sizeof(off_t)*3) {
519 cp = xbuf + 2;
538 *((uint16_t*)xbuf) = htons(opcode); /* fill in opcode part */
539 send_len = cp - xbuf;
549 for (cp = xbuf; cp < &xbuf[send_len]; cp++)
553 xsendto(socket_fd, xbuf, send_len, &peer_lsa->u.sa, peer_lsa->len);
742 free(xbuf);