Searched refs:msghdr (Results 1 – 6 of 6) sorted by relevance
99 struct msghdr msg = { 0 }; in ktls_send_ctrl_message()140 struct msghdr msg = { 0 }; in ktls_read_record()331 struct msghdr msg; in ktls_send_ctrl_message()385 struct msghdr msg; in ktls_read_record()
96 # define MSGHDR_TYPE struct msghdr1073 static void translate_msg(BIO *b, struct msghdr *mh, struct iovec *iov, in translate_msg()1333 struct msghdr mh; in dgram_sendmmsg()1534 struct msghdr mh; in dgram_recvmmsg()1956 struct msghdr msg; in dgram_sctp_read()2187 struct msghdr msg; in dgram_sctp_write()2566 struct msghdr msg; in dgram_sctp_wait_for_dry()2727 struct msghdr msg; in dgram_sctp_msg_waiting()
2608 unsigned char msghdr[SSL3_HM_HEADER_LENGTH]; in create_synthetic_message_hash() local2610 memset(msghdr, 0, sizeof(msghdr)); in create_synthetic_message_hash()2631 msghdr[0] = SSL3_MT_MESSAGE_HASH; in create_synthetic_message_hash()2632 msghdr[SSL3_HM_HEADER_LENGTH - 1] = (unsigned char)hashlen; in create_synthetic_message_hash()2633 if (!ssl3_finish_mac(s, msghdr, SSL3_HM_HEADER_LENGTH) in create_synthetic_message_hash()
489 struct msghdr msg; in afalg_start_cipher_sk()
39 msghdr> structure defined by POSIX. These functions accept an array of
220 msghdr`, *m\*v* iovecs, etc. Since we want to support multithreaded use
Completed in 35 milliseconds