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

  /external/tcpdump/
print-frag6.c 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 187 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */
print-icmp6.c 572 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0)
    [all...]

Completed in 178 milliseconds