Home
last modified time | relevance | path

Searched refs:ip6f_offlg (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-frag6.c52 TCHECK(dp->ip6f_offlg); in frag6_print()
57 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()
62 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()
69 if ((EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
Dip6.h183 u_int16_t ip6f_offlg; /* offset, reserved, and flag */ member
Dprint-icmp6.c569 if (!TTEST(fragh->ip6f_offlg)) in get_upperlayer()
572 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()