Home | History | Annotate | Download | only in netinet

Lines Matching refs:ip_off

280 		ip->ip_off = htons(0);
623 ip->ip_off |= htons(IP_DF);
769 if (ntohs(ip->ip_off) & IP_DF) {
853 ipoff = ntohs(ip->ip_off) & IP_OFFMASK;
854 ipflg = ntohs(ip->ip_off) & (IP_RF|IP_DF|IP_MF);
900 mhip->ip_off = ((off - hlen) >> 3) + ipoff;
901 mhip->ip_off |= ipflg;
905 mhip->ip_off |= IP_MF;
906 HTONS(mhip->ip_off);
946 ip->ip_off |= htons(IP_MF);