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

/external/tcpdump/
H A Dprint-ospf6.c128 ospf6_print_ls_type(register u_int ls_type, register const rtrid_t *ls_stateid) argument
131 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK),
132 ls_type & LS_TYPE_MASK,
133 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK),
134 ls_type &0x8000 ? ", transitive" : "", /* U-bit */
142 TCHECK(lshp->ls_type);
151 ospf6_print_ls_type(EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid);
237 switch (EXTRACT_16BITS(&lsap->ls_hdr.ls_type)) {
541 ospf6_print_ls_type(EXTRACT_16BITS(&lsrp->ls_type),
H A Dospf.h62 /* ls_type */
168 u_int8_t ls_type; member in struct:lsa_hdr
296 u_int8_t ls_type[4]; member in struct:ospfhdr::__anon31479::lsr
H A Dospf6.h44 /* ls_type */
98 u_int16_t ls_type; member in struct:lsa6_hdr
242 u_int16_t ls_type; member in struct:ospf6hdr::__anon31494::lsr6
H A Dprint-ospf.c482 TCHECK(lshp->ls_type); /* XXX - ls_length check checked this */
483 switch (lshp->ls_type) {
489 tok2str(lsa_values,"unknown",lshp->ls_type),
490 lshp->ls_type,
504 tok2str(lsa_values,"unknown",lshp->ls_type),
505 lshp->ls_type,
578 switch (lsap->ls_hdr.ls_type) {
1000 tok2str(lsa_values,"unknown",EXTRACT_32BITS(lsrp->ls_type)),
1001 EXTRACT_32BITS(&lsrp->ls_type));
1003 switch (EXTRACT_32BITS(lsrp->ls_type)) {
[all...]

Completed in 113 milliseconds