Searched refs:ls_type (Results 1 – 4 of 4) sorted by relevance
/external/tcpdump/ |
D | print-ospf6.c | 131 ospf6_print_ls_type(register u_int ls_type, in ospf6_print_ls_type() argument 137 switch (ls_type & LS_SCOPE_MASK) { in ospf6_print_ls_type() 152 switch (ls_type & LS_TYPE_MASK) { in ospf6_print_ls_type() 207 printf(fmt, ls_type); in ospf6_print_ls_type() 217 TCHECK(lshp->ls_type); in ospf6_print_lshdr() 222 ospf6_print_ls_type(EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid, in ospf6_print_lshdr() 286 switch (EXTRACT_16BITS(&lsap->ls_hdr.ls_type)) { in ospf6_print_lsa() 483 EXTRACT_16BITS(&lsap->ls_hdr.ls_type)); in ospf6_print_lsa() 584 ospf6_print_ls_type(EXTRACT_16BITS(&lsrp->ls_type), in ospf6_decode_v3()
|
D | print-ospf.c | 205 TCHECK(lshp->ls_type); /* XXX - ls_length check checked this */ in ospf_print_lshdr() 206 switch (lshp->ls_type) { in ospf_print_lshdr() 212 tok2str(lsa_values,"unknown",lshp->ls_type), in ospf_print_lshdr() 213 lshp->ls_type, in ospf_print_lshdr() 227 tok2str(lsa_values,"unknown",lshp->ls_type), in ospf_print_lshdr() 228 lshp->ls_type, in ospf_print_lshdr() 272 switch (lsap->ls_hdr.ls_type) { in ospf_print_lsa() 822 tok2str(lsa_values,"unknown",EXTRACT_32BITS(lsrp->ls_type)), in ospf_decode_v2() 823 EXTRACT_32BITS(&lsrp->ls_type)); in ospf_decode_v2() 825 switch (EXTRACT_32BITS(lsrp->ls_type)) { in ospf_decode_v2()
|
D | ospf6.h | 102 u_int16_t ls_type; member 255 u_int16_t ls_type; member
|
D | ospf.h | 147 u_int8_t ls_type; member 287 u_int8_t ls_type[4]; member
|