Home | History | Annotate | Download | only in net

Lines Matching defs:ip6e

280 	struct ip6_ext *ip6e;
295 ip6e = __UNCONST(CCMSG_DATA(cmsg));
296 hdrlen = (ip6e->ip6e_len + 1) << 3;
305 lim = (uint8_t *)(void *)ip6e + hdrlen;
307 *tptrp = (uint8_t *)(void *)(ip6e + 1);
339 struct ip6_ext *ip6e;
354 ip6e = __UNCONST(CCMSG_DATA(cmsg));
355 hdrlen = (ip6e->ip6e_len + 1) << 3;
364 lim = (uint8_t *)(void *)ip6e + hdrlen;
366 *tptrp = (uint8_t *)(void *)(ip6e + 1);