Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_dgram.c94 # define CMSGHDR_TYPE WSACMSGHDR macro
97 # define CMSGHDR_TYPE struct cmsghdr macro
1110 CMSGHDR_TYPE *cmsg; in extract_local()
1176 CMSGHDR_TYPE *cmsg; in pack_local()
1185 cmsg = (CMSGHDR_TYPE *)mh->Control.buf; in pack_local()
1187 cmsg = (CMSGHDR_TYPE *)mh->msg_control; in pack_local()
1261 cmsg = (CMSGHDR_TYPE *)mh->Control.buf; in pack_local()
1263 cmsg = (CMSGHDR_TYPE *)mh->msg_control; in pack_local()

Completed in 16 milliseconds