Home | History | Annotate | Download | only in netinet

Lines Matching defs:ip_off

865 		ip->ip_off = htons(ip_mtudisc ? IP_DF : 0);
1112 u_short ip_off, ip_len;
1273 ip_off = ntohs(ip->ip_off);
1274 if (ip_off & IP_DF) {
1315 mhip->ip_off = ((off - hlen) >> 3) + ip_off;
1319 mhip->ip_off |= IP_MF;
1328 mhip->ip_off = htons((u_short)mhip->ip_off);
1342 ip->ip_off = htons((u_short)IP_MF);