Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:EXTRACT_16BITS

131 	    ((njoin = EXTRACT_16BITS(&bp[20])) + EXTRACT_16BITS(&bp[22])) == 1) {
135 hold = EXTRACT_16BITS(&bp[6]);
160 relts_print(EXTRACT_16BITS(&bp[6]));
183 njoin = EXTRACT_16BITS(&bp[8]);
184 nprune = EXTRACT_16BITS(&bp[10]);
246 relts_print(EXTRACT_16BITS(&bp[10]));
277 relts_print(EXTRACT_16BITS(&bp[22]));
352 hold = EXTRACT_16BITS(&bp[2]);
354 relts_print(EXTRACT_16BITS(&bp[2]));
637 printf(", cksum 0x%04x ", EXTRACT_16BITS(&pim->pim_cksum));
638 if (EXTRACT_16BITS(&pim->pim_cksum) == 0) {
653 otype = EXTRACT_16BITS(&bp[0]);
654 olen = EXTRACT_16BITS(&bp[2]);
665 relts_print(EXTRACT_16BITS(bp));
674 lan_delay = EXTRACT_16BITS(bp);
675 override_interval = EXTRACT_16BITS(bp+2);
708 if (EXTRACT_16BITS(bp+2) != 0) {
709 (void)printf(" ?0x%04x?", EXTRACT_16BITS(bp+2));
864 holdtime = EXTRACT_16BITS(&bp[2]);
887 njoin = EXTRACT_16BITS(&bp[0]);
888 nprune = EXTRACT_16BITS(&bp[2]);
919 (void)printf(" tag=%x", EXTRACT_16BITS(bp));
975 relts_print(EXTRACT_16BITS(bp));
1027 relts_print(EXTRACT_16BITS(&bp[2]));
1073 relts_print(EXTRACT_16BITS(bp));