Searched refs:ls_type (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-ospf.c | 527 u_int ls_type; in ospf_print_lshdr() local 541 ls_type = GET_U_1(lshp->ls_type); in ospf_print_lshdr() 542 switch (ls_type) { in ospf_print_lshdr() 548 tok2str(lsa_values,"unknown",ls_type), in ospf_print_lshdr() 549 ls_type, in ospf_print_lshdr() 563 tok2str(lsa_values,"unknown",ls_type), in ospf_print_lshdr() 564 ls_type, in ospf_print_lshdr() 644 switch (GET_U_1(lsap->ls_hdr.ls_type)) { in ospf_print_lsa() 1036 tok2str(lsa_values,"unknown",GET_BE_U_4(lsrp->ls_type)), in ospf_decode_v2() 1037 GET_BE_U_4(lsrp->ls_type)); in ospf_decode_v2() [all …]
|
H A D | print-ospf6.c | 125 nd_uint16_t ls_type; member 275 nd_uint16_t ls_type; member 375 u_int ls_type, const rtrid_t *ls_stateid) in ospf6_print_ls_type() argument 378 tok2str(ospf6_lsa_values, "Unknown", ls_type & LS_TYPE_MASK), in ospf6_print_ls_type() 379 ls_type & LS_TYPE_MASK, in ospf6_print_ls_type() 380 tok2str(ospf6_ls_scope_values, "Unknown", ls_type & LS_SCOPE_MASK), in ospf6_print_ls_type() 381 ls_type &0x8000 ? ", transitive" : "", /* U-bit */ in ospf6_print_ls_type() 407 ospf6_print_ls_type(ndo, GET_BE_U_2(lshp->ls_type), in ospf6_print_lshdr() 494 switch (GET_BE_U_2(lsap->ls_hdr.ls_type)) { in ospf6_print_lsa() 809 GET_BE_U_2(lsrp->ls_type), in ospf6_decode_v3()
|
H A D | ospf.h | 169 nd_uint8_t ls_type; member 297 nd_uint32_t ls_type; member
|