Home
last modified time | relevance | path

Searched refs:RTN_NAT (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Drouting_types.h76 #if defined(RTN_NAT) || (defined(HAVE_DECL_RTN_NAT) && HAVE_DECL_RTN_NAT)
78 static_assert((RTN_NAT) == (10), "RTN_NAT != 10");
81 # define RTN_NAT 10
106 XLAT(RTN_NAT),
Drouting_types.in11 RTN_NAT 10
/external/iproute2/ip/
Drtm_map.c48 case RTN_NAT: in rtnl_rtntype_n2a()
67 res = RTN_NAT; in rtnl_rtntype_a2n()
Diprule.c314 if (r->rtm_type == RTN_NAT) { in print_rule()
728 req.r.rtm_type = RTN_NAT; in iprule_modify()
Diproute.c1276 req.r.rtm_type == RTN_NAT || in iproute_modify()
1285 req.r.rtm_type == RTN_NAT) in iproute_modify()
/external/libnl/lib/route/
Drtnl.c72 __ADD(RTN_NAT,nat),
/external/iproute2/include/uapi/linux/
Drtnetlink.h222 RTN_NAT, /* Translate this address */ enumerator
/external/libnl/include/linux-private/linux/
Drtnetlink.h229 RTN_NAT, /* Translate this address */ enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h250 RTN_NAT, /* Translate this address */ enumerator
/external/toybox/toys/pending/
Dip.c99 {"throw", RTN_THROW}, {"nat", RTN_NAT},
2113 if (req.msg.rtm_type == RTN_LOCAL || req.msg.rtm_type == RTN_NAT) in route_update()
2299 request.msg.rtm_type = RTN_NAT; in ruleupdate()
2382 if (msg->rtm_type == RTN_NAT) { in show_rules()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2422 pub const RTN_NAT: ::c_uchar = 10; constant