Home
last modified time | relevance | path

Searched refs:ip6e_len (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/inet/
Dinet6_option.c210 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()
/glibc-2.36/inet/netinet/
Dip6.h53 uint8_t ip6e_len; /* length in units of 8 octets. */ member