Searched refs:vector_off (Results 1 – 3 of 3) sorted by relevance
112 size_t vector_off; member
1680 …dataptr = (const u8_t *)conn->current_msg->msg.w.vector->ptr + conn->current_msg->msg.w.vector_off;1681 diff = conn->current_msg->msg.w.vector->len - conn->current_msg->msg.w.vector_off;1703 … ((conn->current_msg->msg.w.vector_off + len) <= conn->current_msg->msg.w.vector->len));1718 conn->current_msg->msg.w.vector_off += len;1720 if (conn->current_msg->msg.w.vector_off == conn->current_msg->msg.w.vector->len) {1725 conn->current_msg->msg.w.vector_off = 0;
1047 API_MSG_VAR_REF(msg).msg.w.vector_off = 0; in netconn_write_vectors_partly()