Home
last modified time | relevance | path

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

/external/iproute2/ip/
Drtm_map.c48 case RTN_NAT: in rtnl_rtntype_n2a()
67 res = RTN_NAT; in rtnl_rtntype_a2n()
Diprule.c196 if (r->rtm_type == RTN_NAT) { in print_rule()
449 req.r.rtm_type = RTN_NAT; in iprule_modify()
Diproute.c1195 req.r.rtm_type == RTN_NAT || in iproute_modify()
1204 req.r.rtm_type == RTN_NAT) in iproute_modify()
/external/libnl/lib/route/
Drtnl.c66 __ADD(RTN_NAT,nat)
/external/libnl/include/linux/
Drtnetlink.h182 RTN_NAT, /* Translate this address */ enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h211 RTN_NAT, /* Translate this address */ enumerator
/external/iproute2/include/linux/
Drtnetlink.h211 RTN_NAT, /* Translate this address */ enumerator
/external/toybox/toys/pending/
Dip.c96 {"throw", RTN_THROW}, {"nat", RTN_NAT},
2004 if (req.msg.rtm_type == RTN_LOCAL || req.msg.rtm_type == RTN_NAT) in route_update()
2192 request.msg.rtm_type = RTN_NAT; in ruleupdate()
2275 if (msg->rtm_type == RTN_NAT) { in show_rules()