Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:EXTRACT_16BITS

187         sport = EXTRACT_16BITS(&tp->th_sport);
188 dport = EXTRACT_16BITS(&tp->th_dport);
229 win = EXTRACT_16BITS(&tp->th_win);
230 urp = EXTRACT_16BITS(&tp->th_urp);
380 tcp_sum = EXTRACT_16BITS(&tp->th_sum);
395 tcp_sum = EXTRACT_16BITS(&tp->th_sum);
465 ND_PRINT((ndo, " %u", EXTRACT_16BITS(cp)));
571 utoval = EXTRACT_16BITS(cp);
593 magic = EXTRACT_16BITS(cp);
839 tlen = EXTRACT_16BITS(&ip->ip_len) - IP_HL(ip) * 4;
847 len32 = htonl(EXTRACT_16BITS(&ip6->ip6_plen));