Home
last modified time | relevance | path

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

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Netlink.cpp606 ipa_nl_msg_t *msg_ptr in ipa_nl_decode_nlmsg() argument
628 msg_ptr->type = nlh->nlmsg_type; in ipa_nl_decode_nlmsg()
629 msg_ptr->link_event = true; in ipa_nl_decode_nlmsg()
630 if(IPACM_SUCCESS != ipa_nl_decode_rtm_link(buffer, buflen, &(msg_ptr->nl_link_info))) 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()
646 if (msg_ptr->nl_link_info.metainfo.ifi_family == AF_BRIDGE) in ipa_nl_decode_nlmsg()
652 if(IFF_UP & msg_ptr->nl_link_info.metainfo.ifi_change) in ipa_nl_decode_nlmsg()
[all …]
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Netlink.cpp606 ipa_nl_msg_t *msg_ptr in ipa_nl_decode_nlmsg() argument
628 msg_ptr->type = nlh->nlmsg_type; in ipa_nl_decode_nlmsg()
629 msg_ptr->link_event = true; in ipa_nl_decode_nlmsg()
630 if(IPACM_SUCCESS != ipa_nl_decode_rtm_link(buffer, buflen, &(msg_ptr->nl_link_info))) 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()
646 if (msg_ptr->nl_link_info.metainfo.ifi_family == AF_BRIDGE) in ipa_nl_decode_nlmsg()
652 if(IFF_UP & msg_ptr->nl_link_info.metainfo.ifi_change) in ipa_nl_decode_nlmsg()
[all …]