Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:EXTRACT_16BITS

358 		totlen = 4 + EXTRACT_16BITS(&q[1]);
365 t = EXTRACT_16BITS(&q[0]) & 0x7fff;
372 v = EXTRACT_16BITS(&q[1]);
378 printf("len=%d value=", EXTRACT_16BITS(&q[1]));
379 rawprint((caddr_t)&p[4], EXTRACT_16BITS(&q[1]));
396 totlen = 4 + EXTRACT_16BITS(&q[1]);
403 t = EXTRACT_16BITS(&q[0]) & 0x7fff;
410 printf("len=%d value=", EXTRACT_16BITS(&q[1]));
411 rawprint((caddr_t)&p[2], EXTRACT_16BITS(&q[1]));