Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/rtadvd/
HDcontrol.c179 ssize_t iov_len_total; in cm_send() local
189 iov_len_total = iov[0].iov_len; in cm_send()
194 iov_len_total += iov[1].iov_len; in cm_send()
199 cm->cm_type, iovcnt, iov_len_total); in cm_send()
216 "<%s> write length = %zd (expected)", __func__, iov_len_total); in cm_send()
218 if (len != iov_len_total) { in cm_send()