/external/tcpdump/ |
print-ospf.c | 205 TCHECK(lshp->ls_type); /* XXX - ls_length check checked this */ 206 switch (lshp->ls_type) { 212 tok2str(lsa_values,"unknown",lshp->ls_type), 213 lshp->ls_type, 227 tok2str(lsa_values,"unknown",lshp->ls_type), 228 lshp->ls_type, 272 switch (lsap->ls_hdr.ls_type) { 822 tok2str(lsa_values,"unknown",EXTRACT_32BITS(lsrp->ls_type)), 823 EXTRACT_32BITS(&lsrp->ls_type)); 825 switch (EXTRACT_32BITS(lsrp->ls_type)) { [all...] |
print-ospf6.c | 131 ospf6_print_ls_type(register u_int ls_type, 137 switch (ls_type & LS_SCOPE_MASK) { 152 switch (ls_type & LS_TYPE_MASK) { 207 printf(fmt, ls_type); 217 TCHECK(lshp->ls_type); 222 ospf6_print_ls_type(EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid, 223 &lshp->ls_router, "ls_type %d"); 286 switch (EXTRACT_16BITS(&lsap->ls_hdr.ls_type)) { 483 EXTRACT_16BITS(&lsap->ls_hdr.ls_type)); 584 ospf6_print_ls_type(EXTRACT_16BITS(&lsrp->ls_type), [all...] |
ospf.h | 60 /* ls_type */ 147 u_int8_t ls_type; member in struct:lsa_hdr 287 u_int8_t ls_type[4]; member in struct:ospfhdr::__anon28658::lsr
|
ospf6.h | 46 /* ls_type */ 102 u_int16_t ls_type; member in struct:lsa_hdr 255 u_int16_t ls_type; member in struct:ospf6hdr::__anon28673::lsr
|