OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP6F_OFF_MASK
(Results
1 - 5
of
5
) 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
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip6.h
106
# define
IP6F_OFF_MASK
0xfff8 /* mask out offset from _offlg */
110
# define
IP6F_OFF_MASK
0xf8ff /* mask out offset from _offlg */
/bionic/libc/include/netinet/
ip6.h
250
#define
IP6F_OFF_MASK
0xfff8 /* mask out offset from _offlg */
254
#define
IP6F_OFF_MASK
0xf8ff /* mask out offset from _offlg */
Completed in 472 milliseconds