HomeSort by relevance Sort by last modified time
    Searched refs:IP_OFFMASK (Results 76 - 79 of 79) sorted by null

1 2 34

  /external/android-clat/
dump.c 62 printf("offset = %x\n",frag_flags & IP_OFFMASK);
translate.c 181 uint16_t frag_off = frag_flags & IP_OFFMASK;
clatd_test.cpp 181 return ntohs(ip->frag_off) & (IP_OFFMASK | IP_MF);
194 return ntohs(ip->frag_off) & IP_OFFMASK;
    [all...]
  /external/ppp/pppd/
ipcp.c     [all...]

Completed in 78 milliseconds

1 2 34