HomeSort by relevance Sort by last modified time
    Searched refs:ip6f_offlg (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-frag6.c 52 TCHECK(dp->ip6f_offlg);
57 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK,
62 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK,
69 if ((EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK) != 0)
ip6.h 183 u_int16_t ip6f_offlg; /* offset, reserved, and flag */ member in struct:ip6_frag
187 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */
188 #define IP6F_RESERVED_MASK 0x0006 /* reserved bits in ip6f_offlg */
print-icmp6.c 569 if (!TTEST(fragh->ip6f_offlg))
572 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0)
    [all...]

Completed in 46 milliseconds