Searched refs:BIO_CMSG_SPACE (Results 1 – 1 of 1) sorted by relevance
88 # define BIO_CMSG_SPACE(x) WSA_CMSG_SPACE(x) macro98 # define BIO_CMSG_SPACE(x) CMSG_SPACE(x) macro116 # define BIO_CMSG_ALLOC_LEN_1 BIO_CMSG_SPACE(sizeof(struct in6_pktinfo))121 # define BIO_CMSG_ALLOC_LEN_2 BIO_CMSG_SPACE(sizeof(struct in_pktinfo))126 # define BIO_CMSG_ALLOC_LEN_3 BIO_CMSG_SPACE(sizeof(struct in_addr))1214 mh->Control.len = BIO_CMSG_SPACE(sizeof(struct in_pktinfo)); in pack_local()1216 mh->msg_controllen = BIO_CMSG_SPACE(sizeof(struct in_pktinfo)); in pack_local()1251 mh->msg_controllen = BIO_CMSG_SPACE(sizeof(struct in_addr)); in pack_local()1290 mh->Control.len = BIO_CMSG_SPACE(sizeof(struct in6_pktinfo)); in pack_local()1292 mh->msg_controllen = BIO_CMSG_SPACE(sizeof(struct in6_pktinfo)); in pack_local()
Completed in 14 milliseconds