Lines Matching refs:flags
78 u_int8_t flags;
186 printf("BFDv%u, %s, Flags: [%s], length: %u",
189 bittok2str(bfd_v0_flag_values, "none", bfd_header->flags),
194 printf("BFDv%u, length: %u\n\t%s, Flags: [%s], Diagnostic: %s (0x%02x)",
198 bittok2str(bfd_v0_flag_values, "none", bfd_header->flags),
219 printf("BFDv%u, %s, State %s, Flags: [%s], length: %u",
222 tok2str(bfd_v1_state_values, "unknown (%u)", (bfd_header->flags & 0xc0) >> 6),
223 bittok2str(bfd_v1_flag_values, "none", bfd_header->flags & 0x3f),
228 printf("BFDv%u, length: %u\n\t%s, State %s, Flags: [%s], Diagnostic: %s (0x%02x)",
232 tok2str(bfd_v1_state_values, "unknown (%u)", (bfd_header->flags & 0xc0) >> 6),
233 bittok2str(bfd_v1_flag_values, "none", bfd_header->flags & 0x3f),
249 if (bfd_header->flags & BFD_FLAG_AUTH) {