Home
last modified time | relevance | path

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

/minix/external/bsd/bind/dist/lib/isc/unix/
H A Dsocket.c1423 unsigned int iovcount; in build_msghdr_send() local
1444 iovcount = 0; in build_msghdr_send()
1453 iovcount = 1; in build_msghdr_send()
1482 iovcount++; in build_msghdr_send()
1491 msg->msg_iovlen = iovcount; in build_msghdr_send()
1640 unsigned int iovcount; in build_msghdr_recv() local
1689 iovcount = 1; in build_msghdr_recv()
1705 iovcount = 0; in build_msghdr_recv()
1715 iovcount++; in build_msghdr_recv()
1730 iov[iovcount].iov_len = 1; in build_msghdr_recv()
[all …]
/minix/external/bsd/bind/dist/lib/isc/win32/
H A Dsocket.c964 unsigned int iovcount; in build_msghdr_send() local
978 iovcount = 0; in build_msghdr_send()
1000 iovcount = 1; in build_msghdr_send()
1019 INSIST(iovcount < MAXSCATTERGATHER_SEND); in build_msghdr_send()
1037 iov[iovcount].buf = cpbuffer->buf; in build_msghdr_send()
1038 iov[iovcount].len = (u_long)(used.length - skip_count); in build_msghdr_send()
1041 iovcount++; in build_msghdr_send()
1050 msg->msg_iovlen = iovcount; in build_msghdr_send()