Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c128 ospf6_print_ls_type(register u_int ls_type, register const rtrid_t *ls_stateid) in ospf6_print_ls_type() argument
131 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK), in ospf6_print_ls_type()
132 ls_type & LS_TYPE_MASK, in ospf6_print_ls_type()
133 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK), in ospf6_print_ls_type()
134 ls_type &0x8000 ? ", transitive" : "", /* U-bit */ in ospf6_print_ls_type()
142 TCHECK(lshp->ls_type); in ospf6_print_lshdr()
151 ospf6_print_ls_type(EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid); in ospf6_print_lshdr()
237 switch (EXTRACT_16BITS(&lsap->ls_hdr.ls_type)) { in ospf6_print_lsa()
541 ospf6_print_ls_type(EXTRACT_16BITS(&lsrp->ls_type), in ospf6_decode_v3()
Dprint-ospf.c482 TCHECK(lshp->ls_type); /* XXX - ls_length check checked this */ in ospf_print_lshdr()
483 switch (lshp->ls_type) { in ospf_print_lshdr()
489 tok2str(lsa_values,"unknown",lshp->ls_type), in ospf_print_lshdr()
490 lshp->ls_type, in ospf_print_lshdr()
504 tok2str(lsa_values,"unknown",lshp->ls_type), in ospf_print_lshdr()
505 lshp->ls_type, in ospf_print_lshdr()
578 switch (lsap->ls_hdr.ls_type) { in ospf_print_lsa()
1000 tok2str(lsa_values,"unknown",EXTRACT_32BITS(lsrp->ls_type)), in ospf_decode_v2()
1001 EXTRACT_32BITS(&lsrp->ls_type)); in ospf_decode_v2()
1003 switch (EXTRACT_32BITS(lsrp->ls_type)) { in ospf_decode_v2()
Dospf6.h98 u_int16_t ls_type; member
242 u_int16_t ls_type; member
Dospf.h168 u_int8_t ls_type; member
296 u_int8_t ls_type[4]; member