Home
last modified time | relevance | path

Searched refs:RTM_NEWRULE (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()
2319 if (!tflag && opt == RTM_NEWRULE) request.msg.rtm_table = RT_TABLE_MAIN; in ruleupdate()
2334 if (mhdr->nlmsg_type != RTM_NEWRULE) return 0; in show_rules()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2881 pub const RTM_NEWRULE: u16 = 32; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2826 pub const RTM_NEWRULE: u16 = 32; consts

Completed in 26 milliseconds