Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c125 uint16_t ls_type; member
275 uint16_t ls_type; member
375 register u_int ls_type, register const rtrid_t *ls_stateid) in ospf6_print_ls_type() argument
378 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK), in ospf6_print_ls_type()
379 ls_type & LS_TYPE_MASK, in ospf6_print_ls_type()
380 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK), in ospf6_print_ls_type()
381 ls_type &0x8000 ? ", transitive" : "", /* U-bit */ in ospf6_print_ls_type()
391 ND_TCHECK(lshp->ls_type); in ospf6_print_lshdr()
400 ospf6_print_ls_type(ndo, EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid); in ospf6_print_lshdr()
488 switch (EXTRACT_16BITS(&lsap->ls_hdr.ls_type)) { in ospf6_print_lsa()
[all …]
Dprint-ospf.c471 ND_TCHECK(lshp->ls_type); /* XXX - ls_length check checked this */ in ospf_print_lshdr()
472 switch (lshp->ls_type) { in ospf_print_lshdr()
478 tok2str(lsa_values,"unknown",lshp->ls_type), in ospf_print_lshdr()
479 lshp->ls_type, in ospf_print_lshdr()
493 tok2str(lsa_values,"unknown",lshp->ls_type), in ospf_print_lshdr()
494 lshp->ls_type, in ospf_print_lshdr()
569 switch (lsap->ls_hdr.ls_type) { in ospf_print_lsa()
990 tok2str(lsa_values,"unknown",EXTRACT_32BITS(lsrp->ls_type)), in ospf_decode_v2()
991 EXTRACT_32BITS(&lsrp->ls_type))); in ospf_decode_v2()
993 switch (EXTRACT_32BITS(lsrp->ls_type)) { in ospf_decode_v2()
Dospf.h169 uint8_t ls_type; member
297 uint8_t ls_type[4]; member