Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bfd.c160 #define BFD_FLAG_AUTH 0x04 macro
166 { BFD_FLAG_AUTH, "Authentication Present" },
375 if (bfd_header->flags & BFD_FLAG_AUTH) { in bfd_print()