Searched defs:sz_to_recv (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c67 size_t sz_to_recv; member in struct:__anon192
119 size_t sz_to_recv = source->sources.usocket.sz_to_recv; local
197 sz_to_recv = buf[0];
198 source->sources.usocket.sz_to_recv = sz_to_recv;
199 if (sz_to_recv > sizeof(buf))
204 if (sz_to_recv != 0U) {
205 n = recv(fd, buf, sz_to_recv, 0);
220 if ((size_t)n != sz_to_recv)
[all...]

Completed in 9 milliseconds