Searched refs:RTM_DELADDR (Results 1 - 7 of 7) sorted by relevance
/third_party/libwebsockets/lib/roles/netlink/ |
H A D | ops-netlink.c | 177 case RTM_DELADDR: in rops_handle_POLLIN_netlink() 348 case RTM_DELADDR: in rops_handle_POLLIN_netlink()
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 1031 h->nlmsg_type = RTM_DELADDR; in print_addrinfo() 1033 send_nlmesg(RTM_DELADDR, 0, 0, h, h->nlmsg_len); in print_addrinfo() 1038 if (h->nlmsg_type == RTM_DELADDR) printf("Deleted "); in print_addrinfo() 1104 ? RTM_NEWADDR: RTM_DELADDR; in ipaddrupdate() 1228 if (length_peer == 0 && length_local && cmd != RTM_DELADDR){ in ipaddrupdate() 1233 if (length_brd < 0 && cmd != RTM_DELADDR){ in ipaddrupdate() 1253 if (!scoped && (cmd != RTM_DELADDR) && (local.family == AF_INET) in ipaddrupdate()
|
/third_party/ltp/lib/ |
H A D | tst_netdevice.c | 310 return modify_address(file, lineno, strict, RTM_DELADDR, 0, ifname, in tst_netdev_remove_address()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1429 pub const RTM_DELADDR: u16 = 0xd; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2873 pub const RTM_DELADDR: u16 = 21; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2818 pub const RTM_DELADDR: u16 = 21; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4440 pub const RTM_DELADDR: ::c_int = 0xd; consts
|
Completed in 48 milliseconds