Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_dgram.c92 # define BIO_CMSG_LEN(x) WSA_CMSG_LEN(x) macro
102 # define BIO_CMSG_LEN(x) CMSG_LEN(x) macro
1190 cmsg->cmsg_len = BIO_CMSG_LEN(sizeof(struct in_pktinfo)); in pack_local()
1237 cmsg->cmsg_len = BIO_CMSG_LEN(sizeof(struct in_addr)); in pack_local()
1265 cmsg->cmsg_len = BIO_CMSG_LEN(sizeof(struct in6_pktinfo)); in pack_local()

Completed in 9 milliseconds