pf_norm.c | 866 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; local in function:pf_normalize_ip 916 if (!fragoff && !mff) 937 if (fragoff + ip_len > IP_MAXPACKET) { 938 DPFPRINTF(("max packet %d\n", fragoff + ip_len)); 941 frmax = fragoff + ip_len; 964 DPFPRINTF(("reass frag %d @ %d-%d\n", h->ip_id, fragoff, frmax)); 1109 u_int16_t fragoff = 0; local in function:pf_normalize_ip6 1246 fragoff = ntohs(frag.ip6f_offlg & IP6F_OFF_MASK); 1247 if (fragoff + (plen - off - sizeof(frag)) > IPV6_MAXPACKET)
|