BIO_CMSG_SPACE
#define BIO_CMSG_ALLOC_LEN_1 BIO_CMSG_SPACE(sizeof(struct in6_pktinfo))
mh->Control.len = BIO_CMSG_SPACE(sizeof(struct in_pktinfo));
mh->msg_controllen = BIO_CMSG_SPACE(sizeof(struct in_pktinfo));
#define BIO_CMSG_ALLOC_LEN_2 BIO_CMSG_SPACE(sizeof(struct in_pktinfo))
mh->msg_controllen = BIO_CMSG_SPACE(sizeof(struct in_addr));
#define BIO_CMSG_ALLOC_LEN_3 BIO_CMSG_SPACE(sizeof(struct in_addr))
mh->Control.len = BIO_CMSG_SPACE(sizeof(struct in6_pktinfo));
mh->msg_controllen = BIO_CMSG_SPACE(sizeof(struct in6_pktinfo));