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

  /external/iptables/extensions/
libxt_set.h 20 struct ip_set_req_version req_version; local
21 socklen_t size = sizeof(req_version);
33 req_version.op = IP_SET_OP_VERSION;
34 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req_version, &size);
39 *version = req_version.version;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 182 const unsigned req_version = major_version * 10 + minor_version; local
184 if (req_version > max_version) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 87 const unsigned req_version = major_version * 10 + minor_version; local
123 } else if (req_version > max_supported_version) {

Completed in 49 milliseconds