HomeSort by relevance Sort by last modified time
    Searched defs:ls_type (Results 1 - 2 of 2) 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::__anon24420::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...]

Completed in 59 milliseconds