Searched refs:ls_type (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/tcpdump/ |
| H A 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() 400 ospf6_print_ls_type(ndo, EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid); in ospf6_print_lshdr() 488 switch (EXTRACT_16BITS(&lsap->ls_hdr.ls_type)) { in ospf6_print_lsa() 803 ospf6_print_ls_type(ndo, EXTRACT_16BITS(&lsrp->ls_type), in ospf6_decode_v3()
|
| H A 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()
|
| H A D | ospf.h | 169 uint8_t ls_type; member 297 uint8_t ls_type[4]; member
|