Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:EXTRACT_16BITS

288     length = min(length, EXTRACT_16BITS(ptr.common->packet_len));
292 EXTRACT_16BITS(ptr.common->packet_seq),
319 msg_len = EXTRACT_16BITS(msgptr.v6->msg_len);
336 EXTRACT_16BITS(msgptr.v6->msg_seq),
350 msg_len = EXTRACT_16BITS(msgptr.v4->msg_len);
367 EXTRACT_16BITS(msgptr.v4->msg_seq),
400 hello_len = EXTRACT_16BITS(ptr.hello_link->len);
451 EXTRACT_16BITS(ptr.tc->ans_seq)));
545 u_int name_entries = EXTRACT_16BITS(msg_data+2);
562 EXTRACT_16BITS(msg_data),
578 name_entry_type = EXTRACT_16BITS(msg_data);
579 name_entry_len = EXTRACT_16BITS(msg_data+2);