Home
last modified time | relevance | path

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

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