Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c126 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 …]
Dprint-ospf.c533 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()
Dospf.h169 uint8_t ls_type; member
297 uint8_t ls_type[4]; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1752 struct lp_type ls_type; in generate_unswizzled_blend() local
2239 ls_type = dst_type; in generate_unswizzled_blend()
2258 ls_type.length = dst_type.length * dst_type.width / 32; in generate_unswizzled_blend()
2259 ls_type.width = 32; in generate_unswizzled_blend()
2265 dst, ls_type, dst_count / 4, dst_alignment); in generate_unswizzled_blend()
2267 dst[i] = lp_build_undef(gallivm, ls_type); in generate_unswizzled_blend()
2273 dst, ls_type, dst_count, dst_alignment); in generate_unswizzled_blend()
2288 if (ls_type.length != dst_type.length && ls_type.length == 1) { in generate_unswizzled_blend()
2289 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, ls_type); in generate_unswizzled_blend()
2296 lp_build_concat_n(gallivm, ls_type, dst, 4, dst, src_count); in generate_unswizzled_blend()
[all …]