Home
last modified time | relevance | path

Searched refs:IPACM_NL_REPORT_ADDR (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Netlink.cpp66 #define IPACM_NL_REPORT_ADDR( prefix, addr ) \ macro
86 #define IPACM_NL_REPORT_ADDR( prefix, addr ) \ macro
834 IPACM_NL_REPORT_ADDR( "IFA_ADDRESS:", msg_ptr->nl_addr_info.attr_info.prefix_addr ); in ipa_nl_decode_nlmsg()
844 IPACM_NL_REPORT_ADDR( "IFA_ADDRESS:", msg_ptr->nl_addr_info.attr_info.prefix_addr ); in ipa_nl_decode_nlmsg()
906 IPACM_NL_REPORT_ADDR( "route add -host", msg_ptr->nl_route_info.attr_info.dst_addr ); in ipa_nl_decode_nlmsg()
907 IPACM_NL_REPORT_ADDR( "gw", msg_ptr->nl_route_info.attr_info.gateway_addr ); in ipa_nl_decode_nlmsg()
982 IPACM_NL_REPORT_ADDR( " ", msg_ptr->nl_route_info.attr_info.gateway_addr); in ipa_nl_decode_nlmsg()
997IPACM_NL_REPORT_ADDR( "route add default gw \n", msg_ptr->nl_route_info.attr_info.gateway_addr ); in ipa_nl_decode_nlmsg()
999 IPACM_NL_REPORT_ADDR( "dstIP:", msg_ptr->nl_route_info.attr_info.dst_addr ); in ipa_nl_decode_nlmsg()
1048 IPACM_NL_REPORT_ADDR( "Route ADD DST:", msg_ptr->nl_route_info.attr_info.dst_addr ); in ipa_nl_decode_nlmsg()
[all …]
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Netlink.cpp66 #define IPACM_NL_REPORT_ADDR( prefix, addr ) \ macro
86 #define IPACM_NL_REPORT_ADDR( prefix, addr ) \ macro
842 IPACM_NL_REPORT_ADDR( "IFA_ADDRESS:", msg_ptr->nl_addr_info.attr_info.prefix_addr ); in ipa_nl_decode_nlmsg()
852 IPACM_NL_REPORT_ADDR( "IFA_ADDRESS:", msg_ptr->nl_addr_info.attr_info.prefix_addr ); in ipa_nl_decode_nlmsg()
915 IPACM_NL_REPORT_ADDR( "route add -host", msg_ptr->nl_route_info.attr_info.dst_addr ); in ipa_nl_decode_nlmsg()
916 IPACM_NL_REPORT_ADDR( "gw", msg_ptr->nl_route_info.attr_info.gateway_addr ); in ipa_nl_decode_nlmsg()
991 IPACM_NL_REPORT_ADDR( " ", msg_ptr->nl_route_info.attr_info.gateway_addr); in ipa_nl_decode_nlmsg()
1006IPACM_NL_REPORT_ADDR( "route add default gw \n", msg_ptr->nl_route_info.attr_info.gateway_addr ); in ipa_nl_decode_nlmsg()
1008 IPACM_NL_REPORT_ADDR( "dstIP:", msg_ptr->nl_route_info.attr_info.dst_addr ); in ipa_nl_decode_nlmsg()
1057 IPACM_NL_REPORT_ADDR( "Route ADD DST:", msg_ptr->nl_route_info.attr_info.dst_addr ); in ipa_nl_decode_nlmsg()
[all …]