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

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_ConntrackListener.cpp 41 IPACMDBG("\n");
85 IPACMDBG("Received IPA_PROCESS_CT_MESSAGE event\n");
91 IPACMDBG("Received IPA_PROCESS_CT_MESSAGE_V6 event\n");
127 IPACMDBG("Received IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT event\n");
132 IPACMDBG("Received IPA_NEIGH_CLIENT_IP_ADDR_DEL_EVENT event\n");
137 IPACMDBG("Ignore cmd %d\n", evt);
151 IPACMDBG("Ignoring\n");
155 IPACMDBG("Received interface index %d with ip type: %d", data->if_index, data->iptype);
170 IPACMDBG("Total Nat ifaces: %d\n", NatIfaceCnt);
235 IPACMDBG("In STA mode, don't add dummy rules for non nat ifaces\n")
    [all...]
IPACM_EvtDispatcher.cpp 63 IPACMDBG("Insert event into external queue.\n");
68 IPACMDBG("Insert event into internal queue.\n");
93 IPACMDBG("Enqueing item\n");
95 IPACMDBG("Enqueued item %p\n", item);
99 IPACMDBG("unable to lock the mutex\n");
125 IPACMDBG("Queue is empty\n");
135 IPACMDBG(" Find matched registered events\n");
140 IPACMDBG(" Finished process events\n");
144 IPACMDBG("free the event:%d data: %p\n", data->event, data->evt_data);
IPACM_CmdQueue.cpp 92 IPACMDBG("Tail is null\n");
127 IPACMDBG("MessageQueue::Process()\n");
157 IPACMDBG("Get event %s from external queue.\n",
163 IPACMDBG("Get event %s from internal queue.\n",
169 IPACMDBG("Waiting for Message\n");
199 IPACMDBG("Processing item %p event ID: %d\n",item,item->evt.data.event);
IPACM_Header.cpp 78 IPACMDBG("return value: %d\n", nRetVal);
89 IPACMDBG("return value: %d\n", nRetVal);
99 IPACMDBG("return value: %d\n", nRetVal);
111 IPACMDBG("return value: %d\n", nRetVal);
130 IPACMDBG("IPA_IOC_GET_HDR ioctl issued to IPA header insertion block.\n");
149 IPACMDBG("IPA_IOC_COPY_HDR ioctl issued to IPA header insertion block.\n");
183 IPACMDBG("Deleting Header hdl:(%x)\n", hd_rule_entry->hdl);
IPACM_ConntrackClient.cpp 57 IPACMDBG("\n");
82 IPACMDBG("Created UDP filter\n");
91 IPACMDBG("Created TCP filter\n");
109 IPACMDBG("Event callback called with msgtype: %d\n",type);
117 IPACMDBG("Ignoring ipv6(%d) connections\n", ip_type);
189 IPACMDBG("bridge interface name (%s)\n", ifr.ifr_name);
198 IPACMDBG("Interface (%s) address %s\n", ifr.ifr_name, inet_ntoa(((struct sockaddr_in *)&ifr.ifr_addr)->sin_addr));
235 IPACMDBG("Ignore connections destinated to interface %s", param->ifname);
243 IPACMDBG("Ignore connections orignated from interface %s", param->ifname);
307 IPACMDBG("\n")
    [all...]
IPACM_Conntrack_NATApp.cpp 79 IPACMDBG("Allocated %d bytes for config manager nat cache\n", size);
99 IPACMDBG("Printing %d alg ports information\n", nALGPort);
102 IPACMDBG("%d: Proto[%d], port[%d]\n", cnt, pALGPorts[cnt].protocol, pALGPorts[cnt].port);
143 IPACMDBG("Reset the cache because NAT-ipv4 different\n");
158 IPACMDBG("Restore the cache to ipa NAT-table\n");
180 IPACMDBG("On wan-iface reset added below rule successfully\n");
183 IPACMDBG("Private Port:%d \t Target Port: %d\t", nat_rule.private_port, nat_rule.target_port);
184 IPACMDBG("Public Port:%d\n", nat_rule.public_port);
185 IPACMDBG("protocol: %d\n", nat_rule.protocol);
216 IPACMDBG("Public ip address is not matching\n")
    [all...]
IPACM_Filtering.cpp 76 IPACMDBG("Printing filter add attributes\n");
77 IPACMDBG("ip type: %d\n", ruleTable->ip);
78 IPACMDBG("Number of rules: %d\n", ruleTable->num_rules);
79 IPACMDBG("End point: %d and global value: %d\n", ruleTable->ep, ruleTable->global);
80 IPACMDBG("commit value: %d\n", ruleTable->commit);
83 IPACMDBG("Filter rule:%d attrib mask: 0x%x\n", cnt,
113 IPACMDBG("Added Filtering rule %p\n", ruleTable);
122 IPACMDBG("Printing filter add attributes\n");
123 IPACMDBG("ip type: %d\n", ruleTable->ip);
124 IPACMDBG("Number of rules: %d\n", ruleTable->num_rules)
    [all...]
IPACM_Netlink.cpp 142 IPACMDBG("Error getsockopt one");
144 IPACMDBG("orignal send buffer size = %d\n", sendbuff);
146 IPACMDBG("sets the send buffer to %d\n", buf_size);
624 IPACMDBG("Received msg:%d from netlink\n", nlh->nlmsg_type)
637 IPACMDBG("Got RTM_NEWLINK with below values\n");
638 IPACMDBG("RTM_NEWLINK, ifi_change:%d\n", msg_ptr->nl_link_info.metainfo.ifi_change);
639 IPACMDBG("RTM_NEWLINK, ifi_flags:%d\n", msg_ptr->nl_link_info.metainfo.ifi_flags);
640 IPACMDBG("RTM_NEWLINK, ifi_index:%d\n", msg_ptr->nl_link_info.metainfo.ifi_index);
641 IPACMDBG("RTM_NEWLINK, family:%d\n", msg_ptr->nl_link_info.metainfo.ifi_family);
654 IPACMDBG("GOT useful newlink event\n")
    [all...]
IPACM_Iface.cpp 98 IPACMDBG("\n");
101 IPACMDBG("already setup software_routing rule for (%s)iface ip-family %d\n",
108 IPACMDBG("No rx properties registered for iface %s\n", dev_name);
164 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl);
179 IPACMDBG("adding flt rule failed status=0x%x\n", m_pFilteringTable->rules[0].status);
185 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl);
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);
249 IPACMDBG("already delete software_routing rule for (%s)iface ip-family %d\n", IPACM_Iface::ipacmcfg->iface_table[ipa_if_num].iface_name, ip_type);
337 IPACMDBG("Interface (%s) found: linux(%d) ipa(%d) \n"
    [all...]
IPACM_IfaceManager.cpp 116 IPACMDBG("WAN-EMBMS (%s) link already up, iface: %d: \n", IPACM_Iface::ipacmcfg->iface_table[ipa_interface_index].iface_name,evt_data->if_index);
213 IPACMDBG(" ODU-mode enable or not (%d) \n",IPACM_Iface::ipacmcfg->ipacm_odu_enable);
217 IPACMDBG("WAN eMBMS (%s) link up, iface: %d: \n", IPACM_Iface::ipacmcfg->iface_table[ipa_interface_index].iface_name,evt_data->if_index);
224 IPACMDBG("iface %s already up and act as %d mode: \n",IPACM_Iface::ipacmcfg->iface_table[ipa_interface_index].iface_name,IPACM_Iface::ipacmcfg->iface_table[ipa_interface_index].if_cat);
470 IPACMDBG("Creating Wan-eMBSM interface\n");
473 IPACMDBG("ipa_WAN (%s):ipa_index (%d) instance open/registr ok\n", embms->dev_name, embms->ipa_if_num);
IPACM_Neighbor.cpp 66 IPACMDBG("Recieved event %d\n", event);
178 IPACMDBG("Got Neighbor event with ipv4 address: 0x%x \n", data->ipv4_addr);
356 IPACMDBG("Got New_Neighbor event with ipv6 address \n");
416 IPACMDBG(" Got Neighbor event with no ipv6/ipv4 address \n");
IPACM_Routing.cpp 108 IPACMDBG("Rule:%d dst_pipe:%d\n", cnt, ruleTable->rules[cnt].rule.dst);
IPACM_Main.cpp 588 IPACMDBG("Received WAN_EMBMS_CONNECT name: %s\n",event_wan.upstream_ifname);
669 IPACMDBG("Received IPA_TETHERING_STATS_UPDATE_STATS ipa_stats_type: %d\n",data_tethering_stats->ipa_stats_type);
670 IPACMDBG("Received %d UL, %d DL pipe stats\n",data_tethering_stats->ul_src_pipe_stats_list_len, data_tethering_stats->dl_dst_pipe_stats_list_len);
686 IPACMDBG("Received %d apn network stats \n", data_network_stats->apn_data_stats_list_len);
    [all...]
IPACM_Lan.cpp 159 IPACMDBG("Tell odu-driver in router-mode(%d)\n", IPACM_Iface::ipacmcfg->ipacm_odu_router_mode);
944 IPACMDBG("Received IPA_TETHERING_STATS_UPDATE_STATS ipa_stats_type: %d\n",data->ipa_stats_type);
945 IPACMDBG("Received %d UL, %d DL pipe stats\n",data->ul_src_pipe_stats_list_len,
    [all...]
IPACM_Wan.cpp 172 IPACMDBG(" IPACM->IPACM_Wan_eMBMS(%d)\n", ipa_if_num);
185 IPACMDBG(" IPACM->IPACM_Wan(%d)\n", ipa_if_num);
    [all...]
IPACM_Config.cpp 472 IPACMDBG("Interface (%s) is add to nat iface already\n", dev_name);
IPACM_Xml.cpp 316 IPACMDBG("Category %d\n", config->iface_config.iface_entries[config->iface_config.num_iface_entries - 1].if_cat);
    [all...]
IPACM_Wlan.cpp     [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Config.h 280 IPACMDBG("Already has private subnet_addr as: 0x%x in entry(%d) \n", ip_addr, cnt);
287 IPACMDBG("Add IPACM private subnet_addr as: 0x%x in entry(%d) \n", ip_addr, ipa_num_private_subnet);
319 IPACMDBG("Found private subnet_addr as: 0x%x in entry(%d) \n", ip_addr, cnt);
342 IPACMDBG("can't find private subnet_addr as: 0x%x \n", ip_addr);
IPACM_Log.h 95 #define IPACMDBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__);

Completed in 303 milliseconds