OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ext_dp
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-icmp.c
338
const struct icmp_ext_t *
ext_dp
;
local
351
ext_dp
= (struct icmp_ext_t *)bp;
593
TCHECK(*
ext_dp
);
601
if (!
ext_dp
->icmp_length &&
602
in_cksum((const u_short *)&
ext_dp
->icmp_ext_version_res,
608
ICMP_MPLS_EXT_EXTRACT_VERSION(*(
ext_dp
->icmp_ext_version_res)));
613
if (ICMP_MPLS_EXT_EXTRACT_VERSION(*(
ext_dp
->icmp_ext_version_res)) !=
621
EXTRACT_16BITS(
ext_dp
->icmp_ext_checksum),
622
in_cksum((const u_short *)&
ext_dp
->icmp_ext_version_res,
627
obj_tptr = (u_int8_t *)
ext_dp
->icmp_ext_data
[
all
...]
Completed in 51 milliseconds