Home
last modified time | relevance | path

Searched refs:PRINT_FLAG (Results 1 – 5 of 5) sorted by relevance

/external/libnl/lib/
Dmsg.c776 #define PRINT_FLAG(f) \ in nl_nlmsg_flags2str() macro
784 PRINT_FLAG(REQUEST); in nl_nlmsg_flags2str()
785 PRINT_FLAG(MULTI); in nl_nlmsg_flags2str()
786 PRINT_FLAG(ACK); in nl_nlmsg_flags2str()
787 PRINT_FLAG(ECHO); in nl_nlmsg_flags2str()
788 PRINT_FLAG(ROOT); in nl_nlmsg_flags2str()
789 PRINT_FLAG(MATCH); in nl_nlmsg_flags2str()
790 PRINT_FLAG(ATOMIC); in nl_nlmsg_flags2str()
791 PRINT_FLAG(REPLACE); in nl_nlmsg_flags2str()
792 PRINT_FLAG(EXCL); in nl_nlmsg_flags2str()
[all …]
/external/libnl/lib/route/
Droute_obj.c173 #define PRINT_FLAG(f) if (flags & RTNH_F_##f) { \ in route_dump_line() macro
175 PRINT_FLAG(DEAD); in route_dump_line()
176 PRINT_FLAG(ONLINK); in route_dump_line()
177 PRINT_FLAG(PERVASIVE); in route_dump_line()
178 #undef PRINT_FLAG in route_dump_line()
180 #define PRINT_FLAG(f) if (flags & RTM_F_##f) { \ in route_dump_line() macro
182 PRINT_FLAG(NOTIFY); in route_dump_line()
183 PRINT_FLAG(EQUALIZE); in route_dump_line()
184 PRINT_FLAG(PREFIX); in route_dump_line()
185 #undef PRINT_FLAG in route_dump_line()
[all …]
/external/iproute2/ip/
Dipneigh.c316 #define PRINT_FLAG(f) if (nud & NUD_##f) { \ in print_neigh() macro
318 PRINT_FLAG(INCOMPLETE); in print_neigh()
319 PRINT_FLAG(REACHABLE); in print_neigh()
320 PRINT_FLAG(STALE); in print_neigh()
321 PRINT_FLAG(DELAY); in print_neigh()
322 PRINT_FLAG(PROBE); in print_neigh()
323 PRINT_FLAG(FAILED); in print_neigh()
324 PRINT_FLAG(NOARP); in print_neigh()
325 PRINT_FLAG(PERMANENT); in print_neigh()
326 #undef PRINT_FLAG in print_neigh()
/external/libnl/lib/netfilter/
Dct_obj.c222 #define PRINT_FLAG(str) \ in ct_dump_details() macro
226 PRINT_FLAG("EXPECTED"); in ct_dump_details()
228 PRINT_FLAG("NOREPLY"); in ct_dump_details()
230 PRINT_FLAG("ASSURED"); in ct_dump_details()
232 PRINT_FLAG("NOTSENT"); in ct_dump_details()
234 PRINT_FLAG("SNAT"); in ct_dump_details()
236 PRINT_FLAG("DNAT"); in ct_dump_details()
238 PRINT_FLAG("SEQADJUST"); in ct_dump_details()
240 PRINT_FLAG("SNAT_INIT"); in ct_dump_details()
242 PRINT_FLAG("DNAT_INIT"); in ct_dump_details()
[all …]
/external/libnl/lib/route/cls/
Du32.c223 #define PRINT_FLAG(f) if (flags & TC_U32_##f) { \ in print_selector() macro
226 PRINT_FLAG(TERMINAL); in print_selector()
227 PRINT_FLAG(OFFSET); in print_selector()
228 PRINT_FLAG(VAROFFSET); in print_selector()
229 PRINT_FLAG(EAT); in print_selector()
230 #undef PRINT_FLAG in print_selector()