HomeSort by relevance Sort by last modified time
    Searched refs:ivv (Results 1 - 2 of 2) sorted by null

  /external/iproute2/ip/
iplink.c 285 struct ifla_vf_vlan ivv; local
288 if (get_unsigned(&ivv.vlan, *argv, 0))
291 ivv.vf = vf;
292 ivv.qos = 0;
297 if (get_unsigned(&ivv.qos, *argv, 0))
304 addattr_l(&req->n, sizeof(*req), IFLA_VF_VLAN, &ivv, sizeof(ivv));
  /external/opencv3/modules/core/src/
matrix.cpp     [all...]

Completed in 1368 milliseconds