Searched refs:ip_passthrough_mode (Results 1 – 3 of 3) sorted by relevance
282 bool ip_passthrough_mode; member
211 config->ip_passthrough_mode = true; 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()216 config->ip_passthrough_mode = false; 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()
289 ipacm_ip_passthrough_mode = cfg->ip_passthrough_mode; in Init()