HomeSort by relevance Sort by last modified time
    Searched refs:ls_type (Results 1 - 4 of 4) 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::__anon38556::lsr
print-ospf6.c 65 /* ls_type */
126 uint16_t ls_type; member in struct:lsa6_hdr
276 uint16_t ls_type; member in struct:lsr6
376 register u_int ls_type, register const rtrid_t *ls_stateid)
379 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK),
380 ls_type & LS_TYPE_MASK,
381 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK),
382 ls_type &0x8000 ? ", transitive" : "", /* U-bit */
392 ND_TCHECK(lshp->ls_type);
401 ospf6_print_ls_type(ndo, EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid)
    [all...]
print-ospf.c 533 ND_TCHECK(lshp->ls_type); /* XXX - ls_length check checked this */
534 switch (lshp->ls_type) {
540 tok2str(lsa_values,"unknown",lshp->ls_type),
541 lshp->ls_type,
555 tok2str(lsa_values,"unknown",lshp->ls_type),
556 lshp->ls_type,
635 switch (lsap->ls_hdr.ls_type) {
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1731 struct lp_type ls_type; local
    [all...]

Completed in 81 milliseconds