Home
last modified time | relevance | path

Searched refs:IP_OFFMASK (Results 1 – 11 of 11) sorted by relevance

/external/tcpdump/
Dip.h60 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
Dprint-ip.c429 ipds->off & (IP_MF|IP_OFFMASK)); in ip_print_demux()
435 ipds->off & (IP_MF|IP_OFFMASK)); in ip_print_demux()
441 ipds->off & (IP_MF|IP_OFFMASK)); in ip_print_demux()
/external/libppp/src/
Dtcpmss.c161 if (pip->ip_p == IPPROTO_TCP && (ntohs(pip->ip_off) & IP_OFFMASK) == 0 && in tcpmss_Check()
Dip.c257 len = ntohs(pip->ip_off) & IP_OFFMASK; /* fragment offset */ in FilterCheck()
605 frag = ntohs(pip->ip_off) & IP_OFFMASK; in PacketCheck()
/external/qemu/slirp-android/
Dip.h91 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
Dip_icmp.c230 if(ip->ip_off & IP_OFFMASK) goto end_error; /* Only reply to fragment 0 */ in icmp_error()
/external/qemu/slirp/
Dip.h89 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
Dip_icmp.c228 if(ip->ip_off & IP_OFFMASK) goto end_error; /* Only reply to fragment 0 */ in icmp_error()
/external/android-clat/
Ddump.c62 printf("offset = %x\n",frag_flags & IP_OFFMASK); in dump_ip()
Dtranslate.c181 uint16_t frag_off = frag_flags & IP_OFFMASK; in maybe_fill_frag_header()
/external/ppp/pppd/
Dipcp.c2154 #define IP_OFFMASK 0x1fff macro
2185 if ((get_ipoff(pkt) & IP_OFFMASK) != 0)