HomeSort by relevance Sort by last modified time
    Searched refs:db_flags (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/
ospf.h 55 /* db_flags */
280 u_int8_t db_flags; member in struct:ospfhdr::__anon28637::__anon28639
ospf6.h 41 /* db_flags */
247 u_int8_t db_flags; member in struct:ospf6hdr::__anon28652::__anon28655
print-ospf6.c 549 TCHECK(op->ospf6_db.db_flags);
550 if (op->ospf6_db.db_flags & OSPF6_DB_INIT) {
554 if (op->ospf6_db.db_flags & OSPF6_DB_MORE) {
558 if (op->ospf6_db.db_flags & OSPF6_DB_MASTER) {
print-ospf.c 802 TCHECK(op->ospf_db.db_flags);
804 bittok2str(ospf_dd_flag_values,"none",op->ospf_db.db_flags));
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 156 static struct stringlist *db_flags;
370 { CHAR_MAX+1, string, (char *) &db_flags, 1, 1, 0, "basic", 0, "debug" },
604 if (!db_flags)
607 for (pp=db_flags->list; *pp; ++pp)
155 static struct stringlist *db_flags; variable in typeref:struct:stringlist
    [all...]

Completed in 3155 milliseconds