/external/tcpdump/ |
ospf6.h | 41 /* db_flags */ 247 u_int8_t db_flags; member in struct:ospf6hdr::__anon26842::__anon26845
|
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) {
|
ospf.h | 55 /* db_flags */ 280 u_int8_t db_flags; member in struct:ospfhdr::__anon26827::__anon26829
|
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...] |