Searched refs:PRTFL (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/ip/ |
D | iproute.c | 399 #define PRTFL(fl,flname) if (flags&RTCF_##fl) { \ in print_route() macro 403 PRTFL(LOCAL, "local"); in print_route() 404 PRTFL(REJECT, "reject"); in print_route() 405 PRTFL(MULTICAST, "mc"); in print_route() 406 PRTFL(BROADCAST, "brd"); in print_route() 407 PRTFL(DNAT, "dst-nat"); in print_route() 408 PRTFL(SNAT, "src-nat"); in print_route() 409 PRTFL(MASQ, "masq"); in print_route() 410 PRTFL(DIRECTDST, "dst-direct"); in print_route() 411 PRTFL(DIRECTSRC, "src-direct"); in print_route() [all …]
|