OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frag_flags
(Results
1 - 3
of
3
) sorted by null
/external/android-clat/
dump.c
41
u_int16_t
frag_flags
;
local
44
frag_flags
= ntohs(header->frag_off);
53
if(
frag_flags
& IP_RF) {
56
if(
frag_flags
& IP_DF) {
59
if(
frag_flags
& IP_MF) {
62
printf("offset = %x\n",
frag_flags
& IP_OFFMASK);
translate.c
180
uint16_t
frag_flags
= ntohs(old_header->frag_off);
local
181
uint16_t frag_off =
frag_flags
& IP_OFFMASK;
182
if (frag_off == 0 && (
frag_flags
& IP_MF) == 0) {
191
if (
frag_flags
& IP_MF) {
/toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c
253
typedef struct frag_flags_struct
frag_flags
;
typedef in typeref:struct:frag_flags_struct
295
frag_flags
flags;
[
all
...]
Completed in 214 milliseconds