Lines Matching refs:control
1040 unsigned char *control, BIO_MSG *msg) in translate_msg_win() argument
1066 mh->Control.buf = control; in translate_msg_win()
1074 unsigned char *control, BIO_MSG *msg) in translate_msg() argument
1100 mh->msg_control = msg->local != NULL ? control : NULL; in translate_msg()
1327 unsigned char control[BIO_MAX_MSGS_PER_CALL][BIO_CMSG_ALLOC_LEN]; in dgram_sendmmsg() local
1335 unsigned char control[BIO_CMSG_ALLOC_LEN]; in dgram_sendmmsg() local
1343 unsigned char control[BIO_CMSG_ALLOC_LEN]; in dgram_sendmmsg() local
1374 control[i], &BIO_MSG_N(msg, stride, i)); in dgram_sendmmsg()
1413 translate_msg(b, &mh, &iov, control, msg); in dgram_sendmmsg()
1445 translate_msg_win(b, &wmsg, &wbuf, control, msg); in dgram_sendmmsg()
1528 unsigned char control[BIO_MAX_MSGS_PER_CALL][BIO_CMSG_ALLOC_LEN]; in dgram_recvmmsg() local
1536 unsigned char control[BIO_CMSG_ALLOC_LEN]; in dgram_recvmmsg() local
1544 unsigned char control[BIO_CMSG_ALLOC_LEN]; in dgram_recvmmsg() local
1576 control[i], &BIO_MSG_N(msg, stride, i)); in dgram_recvmmsg()
1620 translate_msg(b, &mh, &iov, control, msg); in dgram_recvmmsg()
1675 translate_msg_win(b, &wmsg, &wbuf, control, msg); in dgram_recvmmsg()