meta-flow: Correctly set destination MAC in mf_set_flow_value().
[openvswitch] / lib / util.h
index bdad501782b5c1db76c1f9e95a4dd09d2896c210..e5d1c3adccd453c1e3c6054b449f347544c36837 100644 (file)
@@ -228,6 +228,10 @@ void bitwise_copy(const void *src, unsigned int src_len, unsigned int src_ofs,
                   unsigned int n_bits);
 void bitwise_zero(void *dst_, unsigned int dst_len, unsigned dst_ofs,
                   unsigned int n_bits);
+void bitwise_one(void *dst_, unsigned int dst_len, unsigned dst_ofs,
+                 unsigned int n_bits);
+bool bitwise_is_all_zeros(const void *, unsigned int len, unsigned int ofs,
+                          unsigned int n_bits);
 void bitwise_put(uint64_t value,
                  void *dst, unsigned int dst_len, unsigned int dst_ofs,
                  unsigned int n_bits);