Home
last modified time | relevance | path

Searched refs:IPACMDBG (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_ConntrackListener.cpp41 IPACMDBG("\n"); in IPACM_ConntrackListener()
85 IPACMDBG("Received IPA_PROCESS_CT_MESSAGE event\n"); in event_callback()
91 IPACMDBG("Received IPA_PROCESS_CT_MESSAGE_V6 event\n"); in event_callback()
127 IPACMDBG("Received IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT event\n"); in event_callback()
132 IPACMDBG("Received IPA_NEIGH_CLIENT_IP_ADDR_DEL_EVENT event\n"); in event_callback()
137 IPACMDBG("Ignore cmd %d\n", evt); in event_callback()
151 IPACMDBG("Ignoring\n"); in CheckNatIface()
155 IPACMDBG("Received interface index %d with ip type: %d", data->if_index, data->iptype); in CheckNatIface()
170 IPACMDBG("Total Nat ifaces: %d\n", NatIfaceCnt); in CheckNatIface()
235 IPACMDBG("In STA mode, don't add dummy rules for non nat ifaces\n"); in HandleNonNatIPAddr()
[all …]
DIPACM_Conntrack_NATApp.cpp79 IPACMDBG("Allocated %d bytes for config manager nat cache\n", size); in Init()
99 IPACMDBG("Printing %d alg ports information\n", nALGPort); in Init()
102 IPACMDBG("%d: Proto[%d], port[%d]\n", cnt, pALGPorts[cnt].protocol, pALGPorts[cnt].port); in Init()
143 IPACMDBG("Reset the cache because NAT-ipv4 different\n"); in AddTable()
158 IPACMDBG("Restore the cache to ipa NAT-table\n"); in AddTable()
180 IPACMDBG("On wan-iface reset added below rule successfully\n"); in AddTable()
183 IPACMDBG("Private Port:%d \t Target Port: %d\t", nat_rule.private_port, nat_rule.target_port); in AddTable()
184 IPACMDBG("Public Port:%d\n", nat_rule.public_port); in AddTable()
185 IPACMDBG("protocol: %d\n", nat_rule.protocol); in AddTable()
216 IPACMDBG("Public ip address is not matching\n"); in DeleteTable()
[all …]
DIPACM_ConntrackClient.cpp57 IPACMDBG("\n"); in IPACM_ConntrackClient()
82 IPACMDBG("Created UDP filter\n"); in GetInstance()
91 IPACMDBG("Created TCP filter\n"); in GetInstance()
109 IPACMDBG("Event callback called with msgtype: %d\n",type); in IPAConntrackEventCB()
117 IPACMDBG("Ignoring ipv6(%d) connections\n", ip_type); in IPAConntrackEventCB()
189 IPACMDBG("bridge interface name (%s)\n", ifr.ifr_name); in IPA_Conntrack_Filters_Ignore_Bridge_Addrs()
198IPACMDBG("Interface (%s) address %s\n", ifr.ifr_name, inet_ntoa(((struct sockaddr_in *)&ifr.ifr_ad… in IPA_Conntrack_Filters_Ignore_Bridge_Addrs()
235 IPACMDBG("Ignore connections destinated to interface %s", param->ifname); in IPA_Conntrack_Filters_Ignore_Local_Iface()
243 IPACMDBG("Ignore connections orignated from interface %s", param->ifname); in IPA_Conntrack_Filters_Ignore_Local_Iface()
307 IPACMDBG("\n"); in IPA_Conntrack_TCP_Filter_Init()
[all …]
DIPACM_EvtDispatcher.cpp63 IPACMDBG("Insert event into external queue.\n"); in PostEvt()
68 IPACMDBG("Insert event into internal queue.\n"); in PostEvt()
93 IPACMDBG("Enqueing item\n"); in PostEvt()
95 IPACMDBG("Enqueued item %p\n", item); in PostEvt()
99 IPACMDBG("unable to lock the mutex\n"); in PostEvt()
125 IPACMDBG("Queue is empty\n"); in ProcessEvt()
135 IPACMDBG(" Find matched registered events\n"); in ProcessEvt()
140 IPACMDBG(" Finished process events\n"); in ProcessEvt()
144 IPACMDBG("free the event:%d data: %p\n", data->event, data->evt_data); in ProcessEvt()
DIPACM_Filtering.cpp76 IPACMDBG("Printing filter add attributes\n"); in AddFilteringRule()
77 IPACMDBG("ip type: %d\n", ruleTable->ip); in AddFilteringRule()
78 IPACMDBG("Number of rules: %d\n", ruleTable->num_rules); in AddFilteringRule()
79 IPACMDBG("End point: %d and global value: %d\n", ruleTable->ep, ruleTable->global); in AddFilteringRule()
80 IPACMDBG("commit value: %d\n", ruleTable->commit); in AddFilteringRule()
83 IPACMDBG("Filter rule:%d attrib mask: 0x%x\n", cnt, in AddFilteringRule()
113 IPACMDBG("Added Filtering rule %p\n", ruleTable); in AddFilteringRule()
122 IPACMDBG("Printing filter add attributes\n"); in AddFilteringRuleAfter()
123 IPACMDBG("ip type: %d\n", ruleTable->ip); in AddFilteringRuleAfter()
124 IPACMDBG("Number of rules: %d\n", ruleTable->num_rules); in AddFilteringRuleAfter()
[all …]
DIPACM_Netlink.cpp142 IPACMDBG("Error getsockopt one"); in ipa_nl_open_socket()
144 IPACMDBG("orignal send buffer size = %d\n", sendbuff); in ipa_nl_open_socket()
146 IPACMDBG("sets the send buffer to %d\n", buf_size); in ipa_nl_open_socket()
624 IPACMDBG("Received msg:%d from netlink\n", nlh->nlmsg_type) in ipa_nl_decode_nlmsg()
637 IPACMDBG("Got RTM_NEWLINK with below values\n"); in ipa_nl_decode_nlmsg()
638 IPACMDBG("RTM_NEWLINK, ifi_change:%d\n", msg_ptr->nl_link_info.metainfo.ifi_change); in ipa_nl_decode_nlmsg()
639 IPACMDBG("RTM_NEWLINK, ifi_flags:%d\n", msg_ptr->nl_link_info.metainfo.ifi_flags); in ipa_nl_decode_nlmsg()
640 IPACMDBG("RTM_NEWLINK, ifi_index:%d\n", msg_ptr->nl_link_info.metainfo.ifi_index); in ipa_nl_decode_nlmsg()
641 IPACMDBG("RTM_NEWLINK, family:%d\n", msg_ptr->nl_link_info.metainfo.ifi_family); in ipa_nl_decode_nlmsg()
654 IPACMDBG("GOT useful newlink event\n"); in ipa_nl_decode_nlmsg()
[all …]
DIPACM_Header.cpp78 IPACMDBG("return value: %d\n", nRetVal); in AddHeader()
89 IPACMDBG("return value: %d\n", nRetVal); in DeleteHeader()
99 IPACMDBG("return value: %d\n", nRetVal); in Commit()
111 IPACMDBG("return value: %d\n", nRetVal); in Reset()
130 IPACMDBG("IPA_IOC_GET_HDR ioctl issued to IPA header insertion block.\n"); in GetHeaderHandle()
149 IPACMDBG("IPA_IOC_COPY_HDR ioctl issued to IPA header insertion block.\n"); in CopyHeader()
183 IPACMDBG("Deleting Header hdl:(%x)\n", hd_rule_entry->hdl); in DeleteHeaderHdl()
DIPACM_CmdQueue.cpp92 IPACMDBG("Tail is null\n"); in enqueue()
127 IPACMDBG("MessageQueue::Process()\n"); in Process()
157 IPACMDBG("Get event %s from external queue.\n", in Process()
163 IPACMDBG("Get event %s from internal queue.\n", in Process()
169 IPACMDBG("Waiting for Message\n"); in Process()
199 IPACMDBG("Processing item %p event ID: %d\n",item,item->evt.data.event); in Process()
DIPACM_Iface.cpp98 IPACMDBG("\n"); in handle_software_routing_enable()
101 IPACMDBG("already setup software_routing rule for (%s)iface ip-family %d\n", in handle_software_routing_enable()
108 IPACMDBG("No rx properties registered for iface %s\n", dev_name); in handle_software_routing_enable()
164 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl); in handle_software_routing_enable()
179 IPACMDBG("adding flt rule failed status=0x%x\n", m_pFilteringTable->rules[0].status); in handle_software_routing_enable()
185 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl); in handle_software_routing_enable()
216 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl);
243 IPACMDBG("No rx properties registered for iface %s\n", dev_name); in handle_software_routing_disable()
249IPACMDBG("already delete software_routing rule for (%s)iface ip-family %d\n", IPACM_Iface::ipacmcf… in handle_software_routing_disable()
337 IPACMDBG("Interface (%s) found: linux(%d) ipa(%d) \n", in iface_ipa_index_query()
[all …]
DIPACM_IfaceManager.cpp116IPACMDBG("WAN-EMBMS (%s) link already up, iface: %d: \n", IPACM_Iface::ipacmcfg->iface_table[ipa_i… in event_callback()
213 IPACMDBG(" ODU-mode enable or not (%d) \n",IPACM_Iface::ipacmcfg->ipacm_odu_enable); in event_callback()
217IPACMDBG("WAN eMBMS (%s) link up, iface: %d: \n", IPACM_Iface::ipacmcfg->iface_table[ipa_interface… in event_callback()
224IPACMDBG("iface %s already up and act as %d mode: \n",IPACM_Iface::ipacmcfg->iface_table[ipa_inter… in event_callback()
470 IPACMDBG("Creating Wan-eMBSM interface\n"); in create_iface_instance()
473IPACMDBG("ipa_WAN (%s):ipa_index (%d) instance open/registr ok\n", embms->dev_name, embms->ipa_if_… in create_iface_instance()
DIPACM_Neighbor.cpp66 IPACMDBG("Recieved event %d\n", event); in event_callback()
178 IPACMDBG("Got Neighbor event with ipv4 address: 0x%x \n", data->ipv4_addr); in event_callback()
356 IPACMDBG("Got New_Neighbor event with ipv6 address \n"); in event_callback()
416 IPACMDBG(" Got Neighbor event with no ipv6/ipv4 address \n"); in event_callback()
DIPACM_Routing.cpp108 IPACMDBG("Rule:%d dst_pipe:%d\n", cnt, ruleTable->rules[cnt].rule.dst); in AddRoutingRule()
DIPACM_Main.cpp588 IPACMDBG("Received WAN_EMBMS_CONNECT name: %s\n",event_wan.upstream_ifname); in ipa_driver_msg_notifier()
669IPACMDBG("Received IPA_TETHERING_STATS_UPDATE_STATS ipa_stats_type: %d\n",data_tethering_stats->ip… in ipa_driver_msg_notifier()
670IPACMDBG("Received %d UL, %d DL pipe stats\n",data_tethering_stats->ul_src_pipe_stats_list_len, da… in ipa_driver_msg_notifier()
686 IPACMDBG("Received %d apn network stats \n", data_network_stats->apn_data_stats_list_len); in ipa_driver_msg_notifier()
DIPACM_Lan.cpp159 IPACMDBG("Tell odu-driver in router-mode(%d)\n", IPACM_Iface::ipacmcfg->ipacm_odu_router_mode); in IPACM_Lan()
944 IPACMDBG("Received IPA_TETHERING_STATS_UPDATE_STATS ipa_stats_type: %d\n",data->ipa_stats_type); in event_callback()
945 IPACMDBG("Received %d UL, %d DL pipe stats\n",data->ul_src_pipe_stats_list_len, in event_callback()
2229 IPACMDBG("Received Client MAC %02x:%02x:%02x:%02x:%02x:%02x\n", in handle_odu_hdr_init()
2249 IPACMDBG("Got partial v4-header name from %d tx props\n", cnt); in handle_odu_hdr_init()
2254 IPACMDBG("header name: %s in tx:%d\n", sCopyHeader.name,cnt); in handle_odu_hdr_init()
2261 IPACMDBG("header length: %d, paritial: %d\n", sCopyHeader.hdr_len, sCopyHeader.is_partial); in handle_odu_hdr_init()
2311 IPACMDBG(" ODU v4 full header name:%s header handle:(0x%x)\n", in handle_odu_hdr_init()
2325 IPACMDBG("Got partial v6-header name from %d tx props\n", cnt); in handle_odu_hdr_init()
2331 IPACMDBG("header name: %s in tx:%d\n", sCopyHeader.name,cnt); in handle_odu_hdr_init()
[all …]
DIPACM_Wan.cpp172 IPACMDBG(" IPACM->IPACM_Wan_eMBMS(%d)\n", ipa_if_num); in IPACM_Wan()
185 IPACMDBG(" IPACM->IPACM_Wan(%d)\n", ipa_if_num); in IPACM_Wan()
4206 IPACMDBG("No rx properties registered for iface %s\n", dev_name); in config_dft_embms_rules()
4572 IPACMDBG("finished delete embms filtering rule\n "); in handle_down_evt_ex()
4837 IPACMDBG("\n"); in install_wan_filtering_rule()
4840 IPACMDBG("already setup software_routing rule for (%s)iface ip-family %d\n", in install_wan_filtering_rule()
5742 IPACMDBG("\n"); in handle_wlan_SCC_MCC_switch()
5771 IPACMDBG("Allocated memory for %d rules successfully\n", NUM); in handle_wlan_SCC_MCC_switch()
5834 IPACMDBG("Routing rule modified successfully \n"); in handle_wlan_SCC_MCC_switch()
5855 IPACMDBG("isSCCMode: %d\n",isSCCMode); in handle_wan_client_SCC_MCC_switch()
DIPACM_Config.cpp472 IPACMDBG("Interface (%s) is add to nat iface already\n", dev_name); in AddNatIfaces()
DIPACM_Xml.cpp316IPACMDBG("Category %d\n", config->iface_config.iface_entries[config->iface_config.num_iface_entrie… in ipacm_cfg_xml_parse_tree()
DIPACM_Wlan.cpp2165 IPACMDBG("Routing rule modified successfully \n"); in handle_SCC_MCC_switch()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Config.h280 IPACMDBG("Already has private subnet_addr as: 0x%x in entry(%d) \n", ip_addr, cnt); in AddPrivateSubnet()
287IPACMDBG("Add IPACM private subnet_addr as: 0x%x in entry(%d) \n", ip_addr, ipa_num_private_subnet… in AddPrivateSubnet()
319 IPACMDBG("Found private subnet_addr as: 0x%x in entry(%d) \n", ip_addr, cnt); in DelPrivateSubnet()
342 IPACMDBG("can't find private subnet_addr as: 0x%x \n", ip_addr); in DelPrivateSubnet()
DIPACM_Log.h95 #define IPACMDBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS… macro