Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_dgram.c88 # define BIO_CMSG_SPACE(x) WSA_CMSG_SPACE(x) macro
98 # define BIO_CMSG_SPACE(x) CMSG_SPACE(x) macro
116 # 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 9 milliseconds