* the header, in units of 8 octets, excluding
* the first 8 octets.
*/
- ND_TCHECK_2(cp);
advance = (GET_U_1(cp + 1) + 1) << 3;
nh = GET_U_1(cp);
break;
* marked as reserved, and the header is always
* the same size.
*/
- ND_TCHECK_1(cp);
advance = sizeof(struct ip6_frag);
nh = GET_U_1(cp);
break;
* XXX - we don't use "advance"; RFC 3775 says that
* the next header field in a mobility header
* should be IPPROTO_NONE, but speaks of
- * the possiblity of a future extension in
+ * the possibility of a future extension in
* which payload can be piggybacked atop a
* mobility header.
*/
}
}
ip_demux_print(ndo, cp, len, 6, fragmented,
- GET_U_1(ip6->ip6_hlim), nh, bp);
+ GET_U_1(ip6->ip6_hlim), nh, bp);
nd_pop_packet_info(ndo);
return;
}