Searched refs:IP_OFFMASK (Results 1 - 6 of 6) sorted by relevance

/external/tcpdump/
H A Dip.h60 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
H A Dprint-ip.c377 ipds->off & (IP_MF|IP_OFFMASK));
383 ipds->off & (IP_MF|IP_OFFMASK));
389 ipds->off & (IP_MF|IP_OFFMASK));
/external/android-clat/
H A Ddump.c62 printf("offset = %x\n",frag_flags & IP_OFFMASK);
H A Dtranslate.c181 uint16_t frag_off = frag_flags & IP_OFFMASK;
H A Dclatd_test.cpp181 return ntohs(ip->frag_off) & (IP_OFFMASK | IP_MF);
194 return ntohs(ip->frag_off) & IP_OFFMASK;
/external/ppp/pppd/
H A Dipcp.c2271 #define IP_OFFMASK 0x1fff macro
2302 if ((get_ipoff(pkt) & IP_OFFMASK) != 0)

Completed in 138 milliseconds