Searched refs:nl_route_info (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Netlink.cpp | 874 if(IPACM_SUCCESS != ipa_nl_decode_rtm_route(buffer, buflen, &(msg_ptr->nl_route_info))) in ipa_nl_decode_nlmsg() 881 IPACMDBG("rtm_type: %d\n", msg_ptr->nl_route_info.metainfo.rtm_type); in ipa_nl_decode_nlmsg() 882 IPACMDBG("protocol: %d\n", msg_ptr->nl_route_info.metainfo.rtm_protocol); in ipa_nl_decode_nlmsg() 883 IPACMDBG("rtm_scope: %d\n", msg_ptr->nl_route_info.metainfo.rtm_scope); in ipa_nl_decode_nlmsg() 884 IPACMDBG("rtm_table: %d\n", msg_ptr->nl_route_info.metainfo.rtm_table); in ipa_nl_decode_nlmsg() 885 IPACMDBG("rtm_family: %d\n", msg_ptr->nl_route_info.metainfo.rtm_family); in ipa_nl_decode_nlmsg() 886 IPACMDBG("param_mask: 0x%x\n", msg_ptr->nl_route_info.attr_info.param_mask); in ipa_nl_decode_nlmsg() 889 if((msg_ptr->nl_route_info.metainfo.rtm_type == RTN_UNICAST) && in ipa_nl_decode_nlmsg() 890 ((msg_ptr->nl_route_info.metainfo.rtm_protocol == RTPROT_BOOT) || in ipa_nl_decode_nlmsg() 891 (msg_ptr->nl_route_info.metainfo.rtm_protocol == RTPROT_RA)) && in ipa_nl_decode_nlmsg() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Netlink.cpp | 883 if(IPACM_SUCCESS != ipa_nl_decode_rtm_route(buffer, buflen, &(msg_ptr->nl_route_info))) in ipa_nl_decode_nlmsg() 890 IPACMDBG("rtm_type: %d\n", msg_ptr->nl_route_info.metainfo.rtm_type); in ipa_nl_decode_nlmsg() 891 IPACMDBG("protocol: %d\n", msg_ptr->nl_route_info.metainfo.rtm_protocol); in ipa_nl_decode_nlmsg() 892 IPACMDBG("rtm_scope: %d\n", msg_ptr->nl_route_info.metainfo.rtm_scope); in ipa_nl_decode_nlmsg() 893 IPACMDBG("rtm_table: %d\n", msg_ptr->nl_route_info.metainfo.rtm_table); in ipa_nl_decode_nlmsg() 894 IPACMDBG("rtm_family: %d\n", msg_ptr->nl_route_info.metainfo.rtm_family); in ipa_nl_decode_nlmsg() 895 IPACMDBG("param_mask: 0x%x\n", msg_ptr->nl_route_info.attr_info.param_mask); in ipa_nl_decode_nlmsg() 898 if((msg_ptr->nl_route_info.metainfo.rtm_type == RTN_UNICAST) && in ipa_nl_decode_nlmsg() 899 ((msg_ptr->nl_route_info.metainfo.rtm_protocol == RTPROT_BOOT) || in ipa_nl_decode_nlmsg() 900 (msg_ptr->nl_route_info.metainfo.rtm_protocol == RTPROT_RA)) && in ipa_nl_decode_nlmsg() [all …]
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Netlink.cpp | 883 if(IPACM_SUCCESS != ipa_nl_decode_rtm_route(buffer, buflen, &(msg_ptr->nl_route_info))) in ipa_nl_decode_nlmsg() 890 IPACMDBG("rtm_type: %d\n", msg_ptr->nl_route_info.metainfo.rtm_type); in ipa_nl_decode_nlmsg() 891 IPACMDBG("protocol: %d\n", msg_ptr->nl_route_info.metainfo.rtm_protocol); in ipa_nl_decode_nlmsg() 892 IPACMDBG("rtm_scope: %d\n", msg_ptr->nl_route_info.metainfo.rtm_scope); in ipa_nl_decode_nlmsg() 893 IPACMDBG("rtm_table: %d\n", msg_ptr->nl_route_info.metainfo.rtm_table); in ipa_nl_decode_nlmsg() 894 IPACMDBG("rtm_family: %d\n", msg_ptr->nl_route_info.metainfo.rtm_family); in ipa_nl_decode_nlmsg() 895 IPACMDBG("param_mask: 0x%x\n", msg_ptr->nl_route_info.attr_info.param_mask); in ipa_nl_decode_nlmsg() 898 if((msg_ptr->nl_route_info.metainfo.rtm_type == RTN_UNICAST) && in ipa_nl_decode_nlmsg() 899 ((msg_ptr->nl_route_info.metainfo.rtm_protocol == RTPROT_BOOT) || in ipa_nl_decode_nlmsg() 900 (msg_ptr->nl_route_info.metainfo.rtm_protocol == RTPROT_RA)) && in ipa_nl_decode_nlmsg() [all …]
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Netlink.h | 202 ipa_nl_route_info_t nl_route_info; member
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Netlink.h | 201 ipa_nl_route_info_t nl_route_info; member
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Netlink.h | 202 ipa_nl_route_info_t nl_route_info; member
|