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

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-ospf6.c132 ospf6_print_ls_type(register u_int ls_type, register const rtrid_t *ls_stateid) argument
135 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK),
136 ls_type & LS_TYPE_MASK,
137 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK),
138 ls_type &0x8000 ? ", transitive" : "", /* U-bit */
146 TCHECK(lshp->ls_type);
155 ospf6_print_ls_type(EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid);
241 switch (EXTRACT_16BITS(&lsap->ls_hdr.ls_type)) {
545 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::__anon4255::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::__anon4270::lsr6
H A Dprint-ospf.c486 TCHECK(lshp->ls_type); /* XXX - ls_length check checked this */
487 switch (lshp->ls_type) {
493 tok2str(lsa_values,"unknown",lshp->ls_type),
494 lshp->ls_type,
508 tok2str(lsa_values,"unknown",lshp->ls_type),
509 lshp->ls_type,
582 switch (lsap->ls_hdr.ls_type) {
1004 tok2str(lsa_values,"unknown",EXTRACT_32BITS(lsrp->ls_type)),
1005 EXTRACT_32BITS(&lsrp->ls_type));
1007 switch (EXTRACT_32BITS(lsrp->ls_type)) {
[all...]

Completed in 145 milliseconds