Searched refs:frag_flags (Results 1 - 2 of 2) sorted by relevance

/external/android-clat/
H A Ddump.c41 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);
H A Dtranslate.c180 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 64 milliseconds