Searched refs:RTM_GETADDR (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/include/linux/
H A Drtnetlink.h40 RTM_GETADDR, enumerator in enum:__anon7119
41 #define RTM_GETADDR RTM_GETADDR macro
/external/android-clat/
H A Dgetaddr.c121 send_ifaddrmsg(RTM_GETADDR, NLM_F_REQUEST | NLM_F_ROOT, &ifa, callbacks);
/external/kernel-headers/original/linux/
H A Drtnetlink.h40 RTM_GETADDR, enumerator in enum:__anon7949
41 #define RTM_GETADDR RTM_GETADDR macro
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c198 req.nlh.nlmsg_type = RTM_GETADDR;
/external/dnsmasq/src/
H A Dnetlink.c145 req.nlh.nlmsg_type = RTM_GETADDR;
/external/iproute2/ip/
H A Dipaddress.c842 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) {
875 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) {
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c233 req.nlh.nlmsg_type = RTM_GETADDR;
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1009 const char *kNLRtMsgTypes[] = { "RTM_NEWLINK", "RTM_DELLINK", "RTM_GETLINK", "RTM_NEWADDR", "RTM_DELADDR", "RTM_GETADDR" };
1022 else if (RTM_NEWADDR <= pNLMsg->nlmsg_type && pNLMsg->nlmsg_type <= RTM_GETADDR)

Completed in 830 milliseconds