Home
last modified time | relevance | path

Searched refs:ip6_ext (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/inet/
Dinet6_option.c92 nbytes += sizeof (struct ip6_ext); in inet6_option_space()
186 cmsg->cmsg_len += sizeof (struct ip6_ext); in option_alloc()
187 dsize = sizeof (struct ip6_ext); in option_alloc()
209 struct ip6_ext *ie = (void *) CMSG_DATA (cmsg); in option_alloc()
244 const struct ip6_ext *ip6e = (const struct ip6_ext *) CMSG_DATA (cmsg); in inet6_option_next()
247 if (cmsg->cmsg_len < CMSG_LEN (sizeof (struct ip6_ext)) in inet6_option_next()
300 const struct ip6_ext *ip6e = (const struct ip6_ext *) CMSG_DATA (cmsg); in inet6_option_find()
303 if (cmsg->cmsg_len < CMSG_LEN (sizeof (struct ip6_ext)) in inet6_option_find()
/glibc-2.36/inet/netinet/
Dip6.h50 struct ip6_ext struct
/glibc-2.36/ChangeLog.old/
DChangeLog.147467 * inet/netinet/ip6.h (struct ip6_ext): Define.