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

  /external/tcpdump/
ospf.h 61 /* ls_type */
169 uint8_t ls_type; member in struct:lsa_hdr
297 uint8_t ls_type[4]; member in struct:ospfhdr::__anon23582::lsr
print-ospf6.c 64 /* ls_type */
125 uint16_t ls_type; member in struct:lsa6_hdr
275 uint16_t ls_type; member in struct:lsr6
375 register u_int ls_type, register const rtrid_t *ls_stateid)
378 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK),
379 ls_type & LS_TYPE_MASK,
380 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK),
381 ls_type &0x8000 ? ", transitive" : "", /* U-bit */
391 ND_TCHECK(lshp->ls_type);
400 ospf6_print_ls_type(ndo, EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid)
    [all...]
print-ospf.c 471 ND_TCHECK(lshp->ls_type); /* XXX - ls_length check checked this */
472 switch (lshp->ls_type) {
478 tok2str(lsa_values,"unknown",lshp->ls_type),
479 lshp->ls_type,
493 tok2str(lsa_values,"unknown",lshp->ls_type),
494 lshp->ls_type,
569 switch (lsap->ls_hdr.ls_type) {
    [all...]

Completed in 45 milliseconds