HomeSort by relevance Sort by last modified time
    Searched refs:frag_flags (Results 1 - 2 of 2) 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) {

Completed in 140 milliseconds