Home
last modified time | relevance | path

Searched refs:RTM_DELRULE (Results 1 - 3 of 3) sorted by relevance

/third_party/toybox/toys/pending/
H A Dip.c2184 int8_t idx, tflag = 0, opt = (*argv[-1] == 'a') ? RTM_NEWRULE : RTM_DELRULE; in ruleupdate()
2199 ((opt == RTM_DELRULE) ? 0 : NLM_F_CREATE | NLM_F_EXCL); in ruleupdate()
2204 request.msg.rtm_type = ((opt == RTM_DELRULE) ? RTN_UNSPEC : RTN_UNICAST); in ruleupdate()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2882 pub const RTM_DELRULE: u16 = 33; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2827 pub const RTM_DELRULE: u16 = 33; consts

Completed in 25 milliseconds