Home
last modified time | relevance | path

Searched refs:content_buf (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Xml.cpp169 char content_buf[MAX_XML_STR_LEN]; in ipacm_cfg_xml_parse_tree() local
219 memset(content_buf, 0, sizeof(content_buf)); in ipacm_cfg_xml_parse_tree()
220 memcpy(content_buf, (void *)content, str_size); in ipacm_cfg_xml_parse_tree()
221 if (atoi(content_buf)) in ipacm_cfg_xml_parse_tree()
224 … IPACMDBG_H("Passthrough enable %d buf(%d)\n", config->ip_passthrough_mode, atoi(content_buf)); in ipacm_cfg_xml_parse_tree()
229 … IPACMDBG_H("Passthrough enable %d buf(%d)\n", config->ip_passthrough_mode, atoi(content_buf)); in ipacm_cfg_xml_parse_tree()
240 memset(content_buf, 0, sizeof(content_buf)); in ipacm_cfg_xml_parse_tree()
241 memcpy(content_buf, (void *)content, str_size); in ipacm_cfg_xml_parse_tree()
242 if (0 == strncasecmp(content_buf, ODU_ROUTER_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
247 else if (0 == strncasecmp(content_buf, ODU_BRIDGE_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
[all …]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Xml.cpp157 char content_buf[MAX_XML_STR_LEN]; in ipacm_cfg_xml_parse_tree() local
207 memset(content_buf, 0, sizeof(content_buf)); in ipacm_cfg_xml_parse_tree()
208 memcpy(content_buf, (void *)content, str_size); in ipacm_cfg_xml_parse_tree()
209 if (atoi(content_buf)) in ipacm_cfg_xml_parse_tree()
212 … IPACMDBG_H("Passthrough enable %d buf(%d)\n", config->ip_passthrough_mode, atoi(content_buf)); in ipacm_cfg_xml_parse_tree()
217 … IPACMDBG_H("Passthrough enable %d buf(%d)\n", config->ip_passthrough_mode, atoi(content_buf)); in ipacm_cfg_xml_parse_tree()
228 memset(content_buf, 0, sizeof(content_buf)); in ipacm_cfg_xml_parse_tree()
229 memcpy(content_buf, (void *)content, str_size); in ipacm_cfg_xml_parse_tree()
230 if (0 == strncasecmp(content_buf, ODU_ROUTER_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
235 else if (0 == strncasecmp(content_buf, ODU_BRIDGE_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
[all …]