Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-frag6.c57 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.h187 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */ macro
Dprint-icmp6.c572 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()