Searched refs:RTM_NEWADDR (Results 1 - 24 of 24) sorted by relevance

/external/strace/xlat/
H A Dnl_route_types.h14 #if !(defined(RTM_NEWADDR) || (defined(HAVE_DECL_RTM_NEWADDR) && HAVE_DECL_RTM_NEWADDR))
15 # define RTM_NEWADDR 20 macro
172 XLAT(RTM_NEWADDR),
/external/libnl/include/linux-private/linux/
H A Drtnetlink.h36 RTM_NEWADDR = 20, enumerator in enum:__anon11343
37 #define RTM_NEWADDR RTM_NEWADDR macro
/external/android-clat/
H A Dsetif.c60 msg = nlmsg_alloc_ifaddr(RTM_NEWADDR, NLM_F_ACK | NLM_F_REQUEST | NLM_F_CREATE | NLM_F_REPLACE, &ifa);
/external/iproute2/include/linux/
H A Drtnetlink.h36 RTM_NEWADDR = 20, enumerator in enum:__anon8005
37 #define RTM_NEWADDR RTM_NEWADDR macro
/external/iputils/ninfod/
H A Dni_ifaddrs.c406 case RTM_NEWADDR:
441 case RTM_NEWADDR:
486 if (nlh->nlmsg_type == RTM_NEWADDR && nlm_family != AF_PACKET) {
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h36 RTM_NEWADDR = 20, enumerator in enum:__anon9119
37 #define RTM_NEWADDR RTM_NEWADDR macro
/external/iproute2/ip/
H A Dipmaddr.c286 if (cmd == RTM_NEWADDR)
338 return multiaddr_modify(RTM_NEWADDR, argc-1, argv+1);
H A Dipmroute.c274 return mroute_modify(RTM_NEWADDR, argc-1, argv+1);
H A Dipmonitor.c93 if (n->nlmsg_type == RTM_NEWADDR || n->nlmsg_type == RTM_DELADDR) {
H A Dipaddress.c954 if (n->nlmsg_type != RTM_NEWADDR && n->nlmsg_type != RTM_DELADDR)
962 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
1180 if (n->nlmsg_type != RTM_NEWADDR)
1974 return ipaddr_modify(RTM_NEWADDR, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1);
1977 return ipaddr_modify(RTM_NEWADDR, NLM_F_REPLACE, argc-1, argv+1);
1979 return ipaddr_modify(RTM_NEWADDR, NLM_F_CREATE|NLM_F_REPLACE, argc-1, argv+1);
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c222 else if (h->nlmsg_type == RTM_NEWADDR)
/external/dnsmasq/src/
H A Dnetlink.c186 else if (h->nlmsg_type == RTM_NEWADDR)
/external/webrtc/webrtc/base/
H A Difaddrs-android.cc171 case RTM_NEWADDR: {
/external/dhcpcd-6.8.2/
H A Dif.c223 ipv4_handleifa(ctx, RTM_NEWADDR, ifs, ifa->ifa_name,
241 ipv6_handleifa(ctx, RTM_NEWADDR, ifs,
H A Darp.c413 if (cmd != RTM_NEWADDR || (state = D_STATE(ifp)) == NULL)
H A Dif-bsd.c1272 case RTM_NEWADDR:
1287 if (rtm->rtm_type != RTM_NEWADDR)
1302 if (rtm->rtm_type == RTM_NEWADDR) {
1323 if (rtm->rtm_type == RTM_NEWADDR) {
H A Dif-linux.c591 if (nlm->nlmsg_type != RTM_DELADDR && nlm->nlmsg_type != RTM_NEWADDR)
1298 nlm.hdr.nlmsg_type = RTM_NEWADDR;
1449 nlm.hdr.nlmsg_type = RTM_NEWADDR;
H A Dipv6.c595 ipv6_handleifa(ap->iface->ctx, RTM_NEWADDR,
964 case RTM_NEWADDR:
1325 case RTM_NEWADDR:
H A Dipv4.c1056 if (cmd == RTM_NEWADDR) {
H A Ddhcp.c3770 if (cmd != RTM_NEWADDR)
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c169 if (h->nlmsg_type != RTM_NEWADDR)
687 case RTM_NEWADDR:
/external/libnl/lib/route/
H A Daddr.c605 * Older kernels refuse RTM_NEWADDR and RTM_NEWROUTE messages with EINVAL
659 return build_addr_msg(addr, RTM_NEWADDR, NLM_F_CREATE | flags, result);
1115 { RTM_NEWADDR, NL_ACT_NEW, "new" },
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1033 const char *kNLRtMsgTypes[] = { "RTM_NEWLINK", "RTM_DELLINK", "RTM_GETLINK", "RTM_NEWADDR", "RTM_DELADDR", "RTM_GETADDR" };
1046 else if (RTM_NEWADDR <= pNLMsg->nlmsg_type && pNLMsg->nlmsg_type <= RTM_GETADDR)
1100 else if (pNLMsg->nlmsg_type == RTM_DELADDR || pNLMsg->nlmsg_type == RTM_NEWADDR)
1137 "RTM_NEWADDR", "RTM_DELADDR", "RTM_IFINFO", "RTM_NEWMADDR", "RTM_DELMADDR" };
1163 if (pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg->ifam_type == RTM_DELADDR ||
/external/toybox/toys/pending/
H A Dip.c1053 ? RTM_NEWADDR: RTM_DELADDR;
1207 send_nlmesg(RTM_NEWADDR, 0, AF_UNSPEC, (void *)&req, req.nlm.nlmsg_len);
1400 if ((addr_ptr->nlmsg_type == RTM_NEWADDR))

Completed in 2287 milliseconds