Searched refs:ls_type (Results 1 – 4 of 4) sorted by relevance
/external/tcpdump/ |
D | print-ospf6.c | 126 uint16_t ls_type; member 276 uint16_t ls_type; member 376 register u_int ls_type, register const rtrid_t *ls_stateid) in ospf6_print_ls_type() argument 379 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK), in ospf6_print_ls_type() 380 ls_type & LS_TYPE_MASK, in ospf6_print_ls_type() 381 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK), in ospf6_print_ls_type() 382 ls_type &0x8000 ? ", transitive" : "", /* U-bit */ in ospf6_print_ls_type() 392 ND_TCHECK(lshp->ls_type); in ospf6_print_lshdr() 401 ospf6_print_ls_type(ndo, EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid); in ospf6_print_lshdr() 489 switch (EXTRACT_16BITS(&lsap->ls_hdr.ls_type)) { in ospf6_print_lsa() [all …]
|
D | print-ospf.c | 533 ND_TCHECK(lshp->ls_type); /* XXX - ls_length check checked this */ in ospf_print_lshdr() 534 switch (lshp->ls_type) { in ospf_print_lshdr() 540 tok2str(lsa_values,"unknown",lshp->ls_type), in ospf_print_lshdr() 541 lshp->ls_type, in ospf_print_lshdr() 555 tok2str(lsa_values,"unknown",lshp->ls_type), in ospf_print_lshdr() 556 lshp->ls_type, in ospf_print_lshdr() 635 switch (lsap->ls_hdr.ls_type) { in ospf_print_lsa() 1058 tok2str(lsa_values,"unknown",EXTRACT_32BITS(lsrp->ls_type)), in ospf_decode_v2() 1059 EXTRACT_32BITS(&lsrp->ls_type))); in ospf_decode_v2() 1061 switch (EXTRACT_32BITS(lsrp->ls_type)) { in ospf_decode_v2()
|
D | ospf.h | 169 uint8_t ls_type; member 297 uint8_t ls_type[4]; member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2271 struct lp_type ls_type; in generate_unswizzled_blend() local 2758 ls_type = dst_type; in generate_unswizzled_blend() 2777 ls_type.length = dst_type.length * dst_type.width / 32; in generate_unswizzled_blend() 2778 ls_type.width = 32; in generate_unswizzled_blend() 2784 dst, ls_type, dst_count / 4, dst_alignment, NULL, NULL, false); in generate_unswizzled_blend() 2786 dst[i] = lp_build_undef(gallivm, ls_type); in generate_unswizzled_blend() 2792 dst, ls_type, dst_count, dst_alignment, NULL, NULL, false); in generate_unswizzled_blend() 2807 if (ls_type.length != dst_type.length && ls_type.length == 1) { in generate_unswizzled_blend() 2808 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, ls_type); in generate_unswizzled_blend() 2815 lp_build_concat_n(gallivm, ls_type, dst, 4, dst, src_count); in generate_unswizzled_blend() [all …]
|