Home
last modified time | relevance | path

Searched refs:RTM_DELADDR (Results 1 – 18 of 18) sorted by relevance

/external/strace/xlat/
Dnl_route_types.h41 #if defined(RTM_DELADDR) || (defined(HAVE_DECL_RTM_DELADDR) && HAVE_DECL_RTM_DELADDR)
43 static_assert((RTM_DELADDR) == (21), "RTM_DELADDR != 21");
46 # define RTM_DELADDR 21
382 XLAT(RTM_DELADDR),
Dnl_route_types.in7 RTM_DELADDR 21
/external/iproute2/include/uapi/linux/
Drtnetlink.h39 RTM_DELADDR, enumerator
40 #define RTM_DELADDR RTM_DELADDR macro
/external/libnl/include/linux-private/linux/
Drtnetlink.h39 RTM_DELADDR, enumerator
40 #define RTM_DELADDR RTM_DELADDR macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h39 RTM_DELADDR, enumerator
40 #define RTM_DELADDR RTM_DELADDR macro
/external/strace/
Dnetlink_route.c60 [RTM_DELADDR - RTM_BASE] = decode_ifaddrmsg,
DChangeLog12892 * netlink_route.c (route_decoders): Add RTM_DELADDR,
/external/iproute2/ip/
Dipaddress.c1488 if (n->nlmsg_type != RTM_NEWADDR && n->nlmsg_type != RTM_DELADDR) in print_addrinfo()
1548 fn->nlmsg_type = RTM_DELADDR; in print_addrinfo()
1557 if (n->nlmsg_type == RTM_DELADDR) in print_addrinfo()
2472 if (cmd == RTM_DELADDR && lcl.family == AF_INET && !(lcl.flags & PREFIXLEN_SPECIFIED)) { in ipaddr_modify()
2486 if (brd_len < 0 && cmd != RTM_DELADDR) { in ipaddr_modify()
2506 if (!scoped && cmd != RTM_DELADDR) in ipaddr_modify()
2555 return ipaddr_modify(RTM_DELADDR, 0, argc-1, argv+1); in do_ipaddr()
Dipmroute.c280 return mroute_modify(RTM_DELADDR, argc-1, argv+1); in do_multiroute()
Dipmaddr.c333 return multiaddr_modify(RTM_DELADDR, argc-1, argv+1); in do_multiaddr()
Dipmonitor.c92 if (n->nlmsg_type == RTM_NEWADDR || n->nlmsg_type == RTM_DELADDR) { in accept_msg()
/external/usrsctp/usrsctplib/
Duser_recv_thread.c98 if ((type != RTM_NEWADDR) && (type != RTM_DELADDR)) { in sctp_handle_ifamsg()
151 if (ifa->ifam_type != RTM_DELADDR && ifa->ifam_type != RTM_NEWADDR) { in recv_function_route()
157 case RTM_DELADDR: in recv_function_route()
225 if (nh->nlmsg_type == RTM_NEWADDR || nh->nlmsg_type == RTM_DELADDR) {
/external/toybox/toys/pending/
Dip.c1030 h->nlmsg_type = RTM_DELADDR; in print_addrinfo()
1032 send_nlmesg(RTM_DELADDR, 0, 0, h, h->nlmsg_len); in print_addrinfo()
1037 if (h->nlmsg_type == RTM_DELADDR) printf("Deleted "); in print_addrinfo()
1103 ? RTM_NEWADDR: RTM_DELADDR; in ipaddrupdate()
1227 if (length_peer == 0 && length_local && cmd != RTM_DELADDR){ in ipaddrupdate()
1232 if (length_brd < 0 && cmd != RTM_DELADDR){ in ipaddrupdate()
1252 if (!scoped && (cmd != RTM_DELADDR) && (local.family == AF_INET) in ipaddrupdate()
/external/libnl/lib/route/
Daddr.c803 return build_addr_msg(addr, RTM_DELADDR, flags, result); in rtnl_addr_build_delete_request()
1189 { RTM_DELADDR, NL_ACT_DEL, "del" },
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1100 else if (pNLMsg->nlmsg_type == RTM_DELADDR || pNLMsg->nlmsg_type == RTM_NEWADDR) in ProcessRoutingNotification()
1163 if (pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg->ifam_type == RTM_DELADDR || in ProcessRoutingNotification()
/external/ipsec-tools/src/racoon/
Dgrabmyaddr.c688 case RTM_DELADDR: in update_myaddrs()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2344 pub const RTM_DELADDR: u16 = 21; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3135 pub const RTM_DELADDR: ::c_int = 0xd; constant