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

/external/tcpdump/
H A Dip.h60 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
H A Dprint-ip.c429 ipds->off & (IP_MF|IP_OFFMASK));
435 ipds->off & (IP_MF|IP_OFFMASK));
441 ipds->off & (IP_MF|IP_OFFMASK));
/external/qemu/slirp/
H A Dip.h89 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
H A Dip_icmp.c228 if(ip->ip_off & IP_OFFMASK) goto end_error; /* Only reply to fragment 0 */
/external/qemu/slirp-android/
H A Dip.h91 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
H A Dip_icmp.c230 if(ip->ip_off & IP_OFFMASK) goto end_error; /* Only reply to fragment 0 */
/external/ppp/pppd/
H A Dipcp.c2154 #define IP_OFFMASK 0x1fff macro
2185 if ((get_ipoff(pkt) & IP_OFFMASK) != 0)

Completed in 167 milliseconds