Home
last modified time | relevance | path

Searched refs:abuf_len (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
H A Dhost.c72 abuf_len = 65536; // Largest TCP response. in host_main() local
74 unsigned char *abuf = xmalloc(abuf_len); in host_main()
133 alen = recv(s, abuf, abuf_len, 0); in host_main()
134 } else alen = res_send(qbuf, qlen, abuf, abuf_len); in host_main()

Completed in 1 milliseconds