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

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

Completed in 110 milliseconds