Searched refs:PRINT_FLAG (Results 1 – 7 of 7) sorted by relevance
/external/libnl/lib/ |
D | msg.c | 675 #define PRINT_FLAG(f) \ in nl_nlmsg_flags2str() macro 683 PRINT_FLAG(REQUEST); in nl_nlmsg_flags2str() 684 PRINT_FLAG(MULTI); in nl_nlmsg_flags2str() 685 PRINT_FLAG(ACK); in nl_nlmsg_flags2str() 686 PRINT_FLAG(ECHO); in nl_nlmsg_flags2str() 687 PRINT_FLAG(ROOT); in nl_nlmsg_flags2str() 688 PRINT_FLAG(MATCH); in nl_nlmsg_flags2str() 689 PRINT_FLAG(ATOMIC); in nl_nlmsg_flags2str() 690 PRINT_FLAG(REPLACE); in nl_nlmsg_flags2str() 691 PRINT_FLAG(EXCL); in nl_nlmsg_flags2str() [all …]
|
/external/iproute2/ip/ |
D | ipneigh.c | 316 #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/route/ |
D | route_obj.c | 180 #define PRINT_FLAG(f) if (flags & RTNH_F_##f) { \ in route_dump_line() macro 182 PRINT_FLAG(DEAD); in route_dump_line() 183 PRINT_FLAG(ONLINK); in route_dump_line() 184 PRINT_FLAG(PERVASIVE); in route_dump_line() 185 #undef PRINT_FLAG in route_dump_line() 187 #define PRINT_FLAG(f) if (flags & RTM_F_##f) { \ in route_dump_line() macro 189 PRINT_FLAG(NOTIFY); in route_dump_line() 190 PRINT_FLAG(EQUALIZE); in route_dump_line() 191 PRINT_FLAG(PREFIX); in route_dump_line() 192 #undef PRINT_FLAG in route_dump_line() [all …]
|
/external/libnl/lib/netfilter/ |
D | ct_obj.c | 239 #define PRINT_FLAG(str) \ in ct_dump_details() macro 243 PRINT_FLAG("EXPECTED"); in ct_dump_details() 245 PRINT_FLAG("NOREPLY"); in ct_dump_details() 247 PRINT_FLAG("ASSURED"); in ct_dump_details() 249 PRINT_FLAG("NOTSENT"); in ct_dump_details() 251 PRINT_FLAG("SNAT"); in ct_dump_details() 253 PRINT_FLAG("DNAT"); in ct_dump_details() 255 PRINT_FLAG("SEQADJUST"); in ct_dump_details() 257 PRINT_FLAG("SNAT_INIT"); in ct_dump_details() 259 PRINT_FLAG("DNAT_INIT"); in ct_dump_details() [all …]
|
D | exp_obj.c | 269 #define PRINT_FLAG(str) \ in exp_dump_details() macro 273 PRINT_FLAG("PERMANENT"); in exp_dump_details() 275 PRINT_FLAG("INACTIVE"); in exp_dump_details() 277 PRINT_FLAG("USERSPACE"); in exp_dump_details() 278 #undef PRINT_FLAG in exp_dump_details()
|
/external/libnl/lib/route/link/ |
D | macsec.c | 225 #define PRINT_FLAG(buf, i, field, c) ({ if (i->field == 1) *buf++ = c; }) macro 232 PRINT_FLAG(tmp, info, protect, 'P'); in flags_str() 233 PRINT_FLAG(tmp, info, encrypt, 'E'); in flags_str() 234 PRINT_FLAG(tmp, info, send_sci, 'S'); in flags_str() 235 PRINT_FLAG(tmp, info, end_station, 'e'); in flags_str() 236 PRINT_FLAG(tmp, info, scb, 's'); in flags_str() 237 PRINT_FLAG(tmp, info, replay_protect, 'R'); in flags_str()
|
/external/libnl/lib/route/cls/ |
D | u32.c | 253 #define PRINT_FLAG(f) if (flags & TC_U32_##f) { \ in print_selector() macro 256 PRINT_FLAG(TERMINAL); in print_selector() 257 PRINT_FLAG(OFFSET); in print_selector() 258 PRINT_FLAG(VAROFFSET); in print_selector() 259 PRINT_FLAG(EAT); in print_selector() 260 #undef PRINT_FLAG in print_selector()
|