/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_ConntrackListener.cpp | 41 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 …]
|
D | IPACM_Conntrack_NATApp.cpp | 79 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 …]
|
D | IPACM_EvtDispatcher.cpp | 63 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()
|
D | IPACM_ConntrackClient.cpp | 57 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() 198 …IPACMDBG("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 …]
|
D | IPACM_Filtering.cpp | 76 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 …]
|
D | IPACM_Netlink.cpp | 142 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 …]
|
D | IPACM_CmdQueue.cpp | 92 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()
|
D | IPACM_Header.cpp | 78 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()
|
D | IPACM_Iface.cpp | 98 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() 249 …IPACMDBG("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 …]
|
D | IPACM_IfaceManager.cpp | 116 …IPACMDBG("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() 217 …IPACMDBG("WAN eMBMS (%s) link up, iface: %d: \n", IPACM_Iface::ipacmcfg->iface_table[ipa_interface… in event_callback() 224 …IPACMDBG("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() 473 …IPACMDBG("ipa_WAN (%s):ipa_index (%d) instance open/registr ok\n", embms->dev_name, embms->ipa_if_… in create_iface_instance()
|
D | IPACM_Neighbor.cpp | 66 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()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_ConntrackListener.cpp | 42 IPACMDBG("\n"); in IPACM_ConntrackListener() 91 IPACMDBG("Received IPA_PROCESS_CT_MESSAGE event\n"); in event_callback() 97 IPACMDBG("Received IPA_PROCESS_CT_MESSAGE_V6 event\n"); in event_callback() 139 IPACMDBG("Received IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT event\n"); in event_callback() 144 IPACMDBG("Received IPA_NEIGH_CLIENT_IP_ADDR_DEL_EVENT event\n"); in event_callback() 149 IPACMDBG("Ignore cmd %d\n", evt); in event_callback() 163 IPACMDBG("Ignoring\n"); in CheckNatIface() 167 IPACMDBG("Received interface index %d with ip type: %d", data->if_index, data->iptype); in CheckNatIface() 182 IPACMDBG("Total Nat ifaces: %d\n", NatIfaceCnt); in CheckNatIface() 247 IPACMDBG("In STA mode, don't add dummy rules for non nat ifaces\n"); in HandleNonNatIPAddr() [all …]
|
D | IPACM_ConntrackClient.cpp | 60 IPACMDBG("\n"); in IPACM_ConntrackClient() 85 IPACMDBG("Created UDP filter\n"); in GetInstance() 94 IPACMDBG("Created TCP filter\n"); in GetInstance() 112 IPACMDBG("Event callback called with msgtype: %d\n",type); in IPAConntrackEventCB() 120 IPACMDBG("Ignoring ipv6(%d) connections\n", ip_type); in IPAConntrackEventCB() 192 IPACMDBG("bridge interface name (%s)\n", ifr.ifr_name); in IPA_Conntrack_Filters_Ignore_Bridge_Addrs() 201 …IPACMDBG("Interface (%s) address %s\n", ifr.ifr_name, inet_ntoa(((struct sockaddr_in *)&ifr.ifr_ad… in IPA_Conntrack_Filters_Ignore_Bridge_Addrs() 238 IPACMDBG("Ignore connections destinated to interface %s", param->ifname); in IPA_Conntrack_Filters_Ignore_Local_Iface() 246 IPACMDBG("Ignore connections orignated from interface %s", param->ifname); in IPA_Conntrack_Filters_Ignore_Local_Iface() 310 IPACMDBG("\n"); in IPA_Conntrack_TCP_Filter_Init() [all …]
|
D | IPACM_EvtDispatcher.cpp | 63 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 %pK\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: %pK\n", data->event, data->evt_data); in ProcessEvt()
|
D | IPACM_Conntrack_NATApp.cpp | 97 IPACMDBG("Allocated %d bytes for config manager nat cache\n", size); in Init() 113 IPACMDBG("Printing %d alg ports information\n", nALGPort); in Init() 116 IPACMDBG("%d: Proto[%d], port[%d]\n", cnt, pALGPorts[cnt].protocol, pALGPorts[cnt].port); in Init() 173 IPACMDBG("Reset the cache because NAT-ipv4 different\n"); in AddTable() 201 IPACMDBG("Restore the cache to ipa NAT-table\n"); in AddTable() 239 IPACMDBG("On wan-iface reset added below rule successfully\n"); in AddTable() 242 IPACMDBG("Private Port:%d \t Target Port: %d\t", nat_rule.private_port, nat_rule.target_port); in AddTable() 243 IPACMDBG("Public Port:%d\n", nat_rule.public_port); in AddTable() 244 IPACMDBG("protocol: %d\n", nat_rule.protocol); in AddTable() 251 IPACMDBG(" Set pub_mux_id: %d\t", pub_mux_id); in AddTable() [all …]
|
D | IPACM_Filtering.cpp | 80 IPACMDBG("Printing filter add attributes\n"); in AddFilteringRule() 81 IPACMDBG("ip type: %d\n", ruleTable->ip); in AddFilteringRule() 82 IPACMDBG("Number of rules: %d\n", ruleTable->num_rules); in AddFilteringRule() 83 IPACMDBG("End point: %d and global value: %d\n", ruleTable->ep, ruleTable->global); in AddFilteringRule() 84 IPACMDBG("commit value: %d\n", ruleTable->commit); in AddFilteringRule() 87 IPACMDBG("Filter rule:%d attrib mask: 0x%x\n", cnt, in AddFilteringRule() 117 IPACMDBG("Added Filtering rule %pK\n", ruleTable); in AddFilteringRule() 129 IPACMDBG("Printing filter add attributes\n"); in AddFilteringRule_hw_index() 130 IPACMDBG("ip type: %d\n", ruleTable->ip); in AddFilteringRule_hw_index() 131 IPACMDBG("Number of rules: %d\n", ruleTable->num_rules); in AddFilteringRule_hw_index() [all …]
|
D | IPACM_Header.cpp | 78 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()
|
D | IPACM_CmdQueue.cpp | 92 IPACMDBG("Tail is null\n"); in enqueue() 128 IPACMDBG("MessageQueue::Process()\n"); in Process() 161 IPACMDBG("Get event %s from external queue.\n", in Process() 171 IPACMDBG("Get event %s from internal queue.\n", in Process() 178 IPACMDBG("Waiting for Message\n"); in Process() 208 IPACMDBG("Processing item %pK event ID: %d\n",item,item->evt.data.event); in Process()
|
D | IPACM_Netlink.cpp | 142 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 …]
|
D | IPACM_Routing.cpp | 108 IPACMDBG("Rule:%d dst_pipe:%d\n", cnt, ruleTable->rules[cnt].rule.dst); in AddRoutingRule() 123 IPACMDBG("Printing routing add attributes\n"); in AddRoutingRule_hw_index() 124 IPACMDBG("ip type: %d\n", ruleTable->ip); in AddRoutingRule_hw_index() 125 IPACMDBG("rt tbl type: %s\n", ruleTable->rt_tbl_name); in AddRoutingRule_hw_index() 126 IPACMDBG("Number of rules: %d\n", ruleTable->num_rules); in AddRoutingRule_hw_index() 127 IPACMDBG("commit value: %d\n", ruleTable->commit); in AddRoutingRule_hw_index() 167 IPACMDBG("RT rule:%d attrib mask: 0x%x\n", cnt, in AddRoutingRule_hw_index() 212 IPACMDBG("Added Routing rule %pK\n", ruleTable_v2); in AddRoutingRule_hw_index()
|
D | IPACM_IfaceManager.cpp | 116 …IPACMDBG("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() 217 …IPACMDBG("WAN eMBMS (%s) link up, iface: %d: \n", IPACM_Iface::ipacmcfg->iface_table[ipa_interface… in event_callback() 224 …IPACMDBG("iface %s already up and act as %d mode: \n",IPACM_Iface::ipacmcfg->iface_table[ipa_inter… in event_callback() 516 IPACMDBG("Creating Wan-eMBSM interface\n"); in create_iface_instance() 519 …IPACMDBG("ipa_WAN (%s):ipa_index (%d) instance open/registr ok\n", embms->dev_name, embms->ipa_if_… in create_iface_instance()
|
D | IPACM_Iface.cpp | 100 IPACMDBG("\n"); in handle_software_routing_enable() 103 IPACMDBG("already setup software_routing rule for (%s)iface ip-family %d\n", in handle_software_routing_enable() 110 IPACMDBG("No rx properties registered for iface %s\n", dev_name); in handle_software_routing_enable() 202 IPACMDBG("soft-routing ipv4 flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl); in handle_software_routing_enable() 252 IPACMDBG("soft-routing ipv6 flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl); in handle_software_routing_enable() 275 IPACMDBG("No rx properties registered for iface %s\n", dev_name); in handle_software_routing_disable() 281 …IPACMDBG("already delete software_routing rule for (%s)iface ip-family %d\n", IPACM_Iface::ipacmcf… in handle_software_routing_disable() 402 IPACMDBG("Interface (%s) found: linux(%d) ipa(%d) \n", in iface_ipa_index_query() 582 IPACMDBG("iface query-property \n"); in query_iface_property()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Config.h | 280 IPACMDBG("Already has private subnet_addr as: 0x%x in entry(%d) \n", ip_addr, cnt); in AddPrivateSubnet() 287 …IPACMDBG("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()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Config.h | 297 IPACMDBG("Already has private subnet_addr as: 0x%x in entry(%d) \n", ip_addr, cnt); in AddPrivateSubnet() 304 …IPACMDBG("Add IPACM private subnet_addr as: 0x%x in entry(%d) \n", ip_addr, ipa_num_private_subnet… in AddPrivateSubnet() 336 IPACMDBG("Found private subnet_addr as: 0x%x in entry(%d) \n", ip_addr, cnt); in DelPrivateSubnet() 359 IPACMDBG("can't find private subnet_addr as: 0x%x \n", ip_addr); in DelPrivateSubnet()
|
D | IPACM_Log.h | 95 #define IPACMDBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS… macro
|