Searched refs:IP_OFFMASK (Results 1 – 5 of 5) sorted by relevance
429 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()
60 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
95 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
238 if(ip->ip_off & IP_OFFMASK) goto end_error; /* Only reply to fragment 0 */
2154 #define IP_OFFMASK 0x1fff macro2185 if ((get_ipoff(pkt) & IP_OFFMASK) != 0)