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

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_LanToLan.h 58 int num_hdl[IPA_IP_MAX]; /* one client may need more than one routing rules on the same routing table depending on tx_prop */
59 uint32_t rule_hdl[IPA_IP_MAX][MAX_NUM_PROP];
72 uint32_t flt_rule_hdl[IPA_IP_MAX];
78 char rt_tbl_name_for_rt[IPA_IP_MAX][IPA_RESOURCE_NAME_MAX];
79 char rt_tbl_name_for_flt[IPA_IP_MAX][IPA_RESOURCE_NAME_MAX];
127 bool m_is_ip_addr_assigned[IPA_IP_MAX];
IPACM_Lan.h 176 int each_client_rt_rule_count[IPA_IP_MAX];
178 uint32_t eth_bridge_flt_rule_offset[IPA_IP_MAX];
227 bool is_upstream_set[IPA_IP_MAX];
228 bool is_downstream_set[IPA_IP_MAX];
229 _ipacm_offload_prefix prefix[IPA_IP_MAX];
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Wlan.cpp 226 if( ((data->iptype != ip_type) && (ip_type != IPA_IP_MAX))
273 if(data->iptype == IPA_IP_v4 || data->iptype == IPA_IP_MAX)
293 if((data->iptype == IPA_IP_v6 || data->iptype == IPA_IP_MAX) && num_dft_rt_v6 == 1)
344 if(ip_type == IPA_IP_v4 || ip_type == IPA_IP_MAX)
394 if(ip_type == IPA_IP_v6 || ip_type == IPA_IP_MAX)
455 if(ip_type == IPA_IP_v4 || ip_type == IPA_IP_MAX)
497 if(ip_type == IPA_IP_v6 || ip_type == IPA_IP_MAX)
537 if(ip_type == IPA_IP_MAX || ip_type == data->prefix.iptype)
600 if(ip_type == IPA_IP_v4 || ip_type == IPA_IP_MAX)
624 if(ip_type == IPA_IP_v6 || ip_type == IPA_IP_MAX)
    [all...]
IPACM_Iface.cpp 146 // if (ip_type == IPA_IP_MAX)
253 // if (ip_type == IPA_IP_MAX)
971 if ((ip_type == IPA_IP_v4) || (ip_type == IPA_IP_MAX))
979 ip_type = IPA_IP_MAX;
989 if ((ip_type == IPA_IP_v6) || (ip_type == IPA_IP_MAX))
997 ip_type = IPA_IP_MAX;
IPACM_Lan.cpp 372 if( ((data->iptype != ip_type) && (ip_type != IPA_IP_MAX))
391 if(data->iptype == IPA_IP_v4 || data->iptype == IPA_IP_MAX)
411 if((data->iptype == IPA_IP_v6 || data->iptype == IPA_IP_MAX) && num_dft_rt_v6 == 1)
493 if (ip_type == IPA_IP_v4 || ip_type == IPA_IP_MAX)
543 if (ip_type == IPA_IP_v6 || ip_type == IPA_IP_MAX)
597 if (ip_type == IPA_IP_v4 || ip_type == IPA_IP_MAX)
634 if (ip_type == IPA_IP_v6 || ip_type == IPA_IP_MAX)
674 if (ip_type == IPA_IP_MAX || ip_type == data->prefix.iptype)
740 if (ip_type == IPA_IP_v4 || ip_type == IPA_IP_MAX)
764 if (ip_type == IPA_IP_v6 || ip_type == IPA_IP_MAX)
    [all...]
IPACM_LanToLan.cpp 266 char rt_tbl_name_for_flt[IPA_IP_MAX][IPA_RESOURCE_NAME_MAX];
267 char rt_tbl_name_for_rt[IPA_IP_MAX][IPA_RESOURCE_NAME_MAX];
    [all...]
IPACM_Config.cpp 335 rt_tbl_wan_dl.ip = IPA_IP_MAX;
IPACM_Wan.cpp 746 if ((data->iptype == IPA_IP_v4) && (ip_type == IPA_IP_v4 || ip_type == IPA_IP_MAX))
770 else if ((data->iptype == IPA_IP_v6) && (ip_type == IPA_IP_v6 || ip_type == IPA_IP_MAX))
946 && (ip_type == IPA_IP_v4 || ip_type == IPA_IP_MAX))
963 (active_v6 == false) && (ip_type == IPA_IP_v6 || ip_type == IPA_IP_MAX))
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ipa.h 235 IPA_IP_MAX
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipa.h 299 IPA_IP_MAX
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_ipa.h 239 IPA_IP_MAX
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_ipa.h 304 IPA_IP_MAX
    [all...]

Completed in 265 milliseconds