Searched refs:ip6e (Results 1 – 1 of 1) sorted by relevance
244 const struct ip6_ext *ip6e = (const struct ip6_ext *) CMSG_DATA (cmsg); in inet6_option_next() local249 || cmsg->cmsg_len < CMSG_LEN ((ip6e->ip6e_len + 1) * 8)) in inet6_option_next()254 const uint8_t *endp = CMSG_DATA (cmsg) + (ip6e->ip6e_len + 1) * 8; in inet6_option_next()259 result = (const uint8_t *) (ip6e + 1); in inet6_option_next()264 if (*tptrp < (const uint8_t *) (ip6e + 1)) in inet6_option_next()300 const struct ip6_ext *ip6e = (const struct ip6_ext *) CMSG_DATA (cmsg); in inet6_option_find() local305 || cmsg->cmsg_len < CMSG_LEN ((ip6e->ip6e_len + 1) * 8)) in inet6_option_find()310 const uint8_t *endp = CMSG_DATA (cmsg) + (ip6e->ip6e_len + 1) * 8; in inet6_option_find()315 next = (const uint8_t *) (ip6e + 1); in inet6_option_find()320 if (*tptrp < (const uint8_t *) (ip6e + 1)) in inet6_option_find()