Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-route-util.c300 [RTN_NAT] = "nat",
Dnetworkd-route.c2822 … if (!route->table_set && IN_SET(route->type, RTN_LOCAL, RTN_BROADCAST, RTN_ANYCAST, RTN_NAT)) in route_section_verify()
2826 if (IN_SET(route->type, RTN_LOCAL, RTN_NAT)) in route_section_verify()
/systemd-251/src/basic/linux/
Drtnetlink.h257 RTN_NAT, /* Translate this address */ enumerator