Searched refs:ip6e_len (Results 1 – 2 of 2) sorted by relevance
210 ie->ip6e_len = len8b; in option_alloc()249 || 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()305 || 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()
53 uint8_t ip6e_len; /* length in units of 8 octets. */ member