Searched defs:rt0 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3894 ip6_rthdr0_t *rt0; local
3898 rt0 = (ip6_rthdr0_t *)whereptr;
3899 if (rt0->ip6r0_type != 0 && rt0->ip6r0_type != 2) {
3904 segleft = rt0->ip6r0_segleft;
3905 numaddr = rt0->ip6r0_len / 2;
3907 if ((rt0->ip6r0_len & 0x1) ||
3908 (mp != NULL && whereptr + (rt0->ip6r0_len + 1) * 8 > mp->b_wptr) ||
3909 (segleft > rt0->ip6r0_len / 2)) {
3923 ap = (in6_addr_t *)((char *)rt0
[all...]

Completed in 53 milliseconds