Searched refs:PRTFL (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/ip/ |
D | iproute.c | 447 #define PRTFL(fl,flname) if (flags&RTCF_##fl) { \ in print_route() macro 451 PRTFL(LOCAL, "local"); in print_route() 452 PRTFL(REJECT, "reject"); in print_route() 453 PRTFL(MULTICAST, "mc"); in print_route() 454 PRTFL(BROADCAST, "brd"); in print_route() 455 PRTFL(DNAT, "dst-nat"); in print_route() 456 PRTFL(SNAT, "src-nat"); in print_route() 457 PRTFL(MASQ, "masq"); in print_route() 458 PRTFL(DIRECTDST, "dst-direct"); in print_route() 459 PRTFL(DIRECTSRC, "src-direct"); in print_route() [all …]
|