Searched refs:BIO_CMSG_LEN (Results 1 – 1 of 1) sorted by relevance
92 # define BIO_CMSG_LEN(x) WSA_CMSG_LEN(x) macro102 # define BIO_CMSG_LEN(x) CMSG_LEN(x) macro1190 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 15 milliseconds