Searched refs:PRTFL (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/ip/ |
D | iproute.c | 498 #define PRTFL(fl,flname) if (flags&RTCF_##fl) { \ in print_route() macro 502 PRTFL(LOCAL, "local"); in print_route() 503 PRTFL(REJECT, "reject"); in print_route() 504 PRTFL(MULTICAST, "mc"); in print_route() 505 PRTFL(BROADCAST, "brd"); in print_route() 506 PRTFL(DNAT, "dst-nat"); in print_route() 507 PRTFL(SNAT, "src-nat"); in print_route() 508 PRTFL(MASQ, "masq"); in print_route() 509 PRTFL(DIRECTDST, "dst-direct"); in print_route() 510 PRTFL(DIRECTSRC, "src-direct"); in print_route() [all …]
|