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

/freebsd-10-stable/usr.sbin/rtadvd/
H A Dcontrol.c177 ssize_t iov_len_total; local
187 iov_len_total = iov[0].iov_len;
192 iov_len_total += iov[1].iov_len;
197 cm->cm_type, iovcnt, iov_len_total);
214 "<%s> write length = %zd (expected)", __func__, iov_len_total);
216 if (len != iov_len_total) {

Completed in 58 milliseconds