Home
last modified time | relevance | path

Searched refs:PERROR (Results 1 – 25 of 33) sorted by relevance

12

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Log.h78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ macro
91 #define PERROR(fmt) perror(fmt) macro
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Log.h78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ macro
91 #define PERROR(fmt) perror(fmt) macro
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Log.h78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ macro
91 #define PERROR(fmt) perror(fmt) macro
/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/inc/
Dipa_nat_logi.h53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ macro
/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/inc/
Dipa_nat_logi.h53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ macro
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
Dipa_nat_logi.h53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ macro
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_ConntrackClient.cpp169 PERROR("unable to open socket"); in IPA_Conntrack_Filters_Ignore_Bridge_Addrs()
451 PERROR("nfct_open failed on getting tcp_hdl\n"); in TCPRegisterWithConnTrack()
542 PERROR("nfct_open failed on getting udp_hdl\n"); in UDPRegisterWithConnTrack()
689 PERROR("unable to attach the filter to udp handle\n"); in UpdateUDPFilters()
734 PERROR("unable to attach the filter to tcp handle\n"); in UpdateTCPFilters()
DIPACM_ConntrackListener.cpp195 PERROR("get interface name socket create failed"); in CheckNatIface()
203 PERROR("call_ioctl_on_dev: ioctl failed:"); in CheckNatIface()
396 PERROR("unable to create TCP conntrack\n"); in CreateConnTrackThreads()
413 PERROR("unable to create UDP conntrack\n"); in CreateConnTrackThreads()
445 PERROR("unable to create udp conn timeout\n"); in CreateNatThreads()
DIPACM_Routing.cpp238 PERROR("Routing rule deletion failed!\n"); in DeleteRoutingHdl()
DIPACM_Filtering.cpp91 PERROR("unable to add filter rule:"); in AddFilteringRule()
235 PERROR("Filter rule deletion failed!\n"); in DeleteFilteringHdls()
DIPACM_Main.cpp152 PERROR("inotify_init"); in firewall_monitor()
271 PERROR("didn't read IPA_driver correctly"); in ipa_driver_msg_notifier()
973 PERROR("get interface index socket create failed"); in ipa_get_if_index()
DIPACM_Lan.cpp1339 PERROR("Error Locate ipa_flt_rule_add memory...\n"); in handle_private_subnet()
1425 PERROR("Error Locate ipa_flt_rule_add memory...\n"); in handle_wan_up()
1507 PERROR("Error Locate ipa_flt_rule_add memory...\n"); in handle_wan_up()
1703 PERROR("ioctl copy header failed"); in handle_eth_hdr_init()
1803 PERROR("ioctl copy header failed"); in handle_eth_hdr_init()
2075 PERROR("Error Locate ipa_ioc_add_rt_rule memory...\n"); in handle_eth_client_route_rule()
2257 PERROR("ioctl copy header failed"); in handle_odu_hdr_init()
2334 PERROR("ioctl copy header failed"); in handle_odu_hdr_init()
3953 PERROR("Error Locate ipa_ioc_mdfy_flt_rule memory...\n"); in handle_cradle_wan_mode_switch()
DIPACM_Wlan.cpp959 PERROR("ioctl copy header failed"); in handle_wlan_client_init_ex()
1074 PERROR("ioctl copy header failed"); in handle_wlan_client_init_ex()
1372 PERROR("Error Locate ipa_ioc_add_rt_rule memory...\n"); in handle_wlan_client_route_rule()
1992 PERROR("Error Locate ipa_ioc_mdfy_rt_rule memory...\n"); in handle_SCC_MCC_switch()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_ConntrackClient.cpp169 PERROR("unable to open socket"); in IPA_Conntrack_Filters_Ignore_Bridge_Addrs()
450 PERROR("nfct_open failed on getting tcp_hdl\n"); in TCPRegisterWithConnTrack()
541 PERROR("nfct_open failed on getting udp_hdl\n"); in UDPRegisterWithConnTrack()
688 PERROR("unable to attach the filter to udp handle\n"); in UpdateUDPFilters()
733 PERROR("unable to attach the filter to tcp handle\n"); in UpdateTCPFilters()
DIPACM_Iface.cpp349 PERROR("get interface name socket create failed"); in iface_ipa_index_query()
360 PERROR("call_ioctl_on_dev: ioctl failed:"); in iface_ipa_index_query()
401 PERROR("get interface name socket create failed"); in iface_addr_query()
412 PERROR("call_ioctl_on_dev: ioctl failed:"); in iface_addr_query()
537 PERROR("ioctl IPA_IOC_QUERY_INTF failed\n"); in query_iface_property()
558 PERROR("ioctl IPA_IOC_QUERY_INTF_TX_PROPS failed\n"); in query_iface_property()
610 PERROR("ioctl IPA_IOC_QUERY_INTF_RX_PROPS failed\n"); in query_iface_property()
DIPACM_ConntrackListener.cpp195 PERROR("get interface name socket create failed"); in CheckNatIface()
203 PERROR("call_ioctl_on_dev: ioctl failed:"); in CheckNatIface()
394 PERROR("unable to create TCP conntrack\n"); in CreateConnTrackThreads()
408 PERROR("unable to create UDP conntrack\n"); in CreateConnTrackThreads()
437 PERROR("unable to create udp conn timeout\n"); in CreateNatThreads()
DIPACM_Routing.cpp238 PERROR("Routing rule deletion failed!\n"); in DeleteRoutingHdl()
DIPACM_Filtering.cpp91 PERROR("unable to add filter rule:"); in AddFilteringRule()
238 PERROR("Filter rule deletion failed!\n"); in DeleteFilteringHdls()
DIPACM_Main.cpp155 PERROR("inotify_init"); in firewall_monitor()
279 PERROR("didn't read IPA_driver correctly"); in ipa_driver_msg_notifier()
1046 PERROR("get interface index socket create failed"); in ipa_get_if_index()
DIPACM_Conntrack_NATApp.cpp450 PERROR("nfct_open"); in UpdateCTUdpTs()
460 PERROR("nfct_new"); in UpdateCTUdpTs()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_ConntrackClient.cpp169 PERROR("unable to open socket"); in IPA_Conntrack_Filters_Ignore_Bridge_Addrs()
450 PERROR("nfct_open failed on getting tcp_hdl\n"); in TCPRegisterWithConnTrack()
547 PERROR("nfct_open failed on getting udp_hdl\n"); in UDPRegisterWithConnTrack()
695 PERROR("unable to attach the filter to udp handle\n"); in UpdateUDPFilters()
740 PERROR("unable to attach the filter to tcp handle\n"); in UpdateTCPFilters()
DIPACM_Iface.cpp414 PERROR("get interface name socket create failed"); in iface_ipa_index_query()
425 PERROR("call_ioctl_on_dev: ioctl failed:"); in iface_ipa_index_query()
466 PERROR("get interface name socket create failed"); in iface_addr_query()
477 PERROR("call_ioctl_on_dev: ioctl failed:"); in iface_addr_query()
602 PERROR("ioctl IPA_IOC_QUERY_INTF failed\n"); in query_iface_property()
623 PERROR("ioctl IPA_IOC_QUERY_INTF_TX_PROPS failed\n"); in query_iface_property()
675 PERROR("ioctl IPA_IOC_QUERY_INTF_RX_PROPS failed\n"); in query_iface_property()
DIPACM_Routing.cpp185 PERROR("unable to add routing rule:"); in AddRoutingRule_hw_index()
347 PERROR("Routing rule deletion failed!\n"); in DeleteRoutingHdl()
DIPACM_ConntrackListener.cpp207 PERROR("get interface name socket create failed"); in CheckNatIface()
215 PERROR("call_ioctl_on_dev: ioctl failed:"); in CheckNatIface()
413 PERROR("unable to create TCP conntrack\n"); in CreateConnTrackThreads()
427 PERROR("unable to create UDP conntrack\n"); in CreateConnTrackThreads()
456 PERROR("unable to create udp conn timeout\n"); in CreateNatThreads()
DIPACM_Filtering.cpp95 PERROR("unable to add filter rule:"); in AddFilteringRule()
197 PERROR("unable to add filter rule:"); in AddFilteringRule_hw_index()
314 PERROR("unable to add filter rule:"); in AddFilteringRuleAfter_hw_index()
484 PERROR("Filter rule deletion failed!\n"); in DeleteFilteringHdls()

12