Home
last modified time | relevance | path

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

/openssl/test/helpers/
H A Dpktsplitbio.c55 BIO_MSG *thismsg; in pkt_split_dgram_recvmmsg() local
82 for (i = 0, thismsg = msg; i < msg_cnt; i++, thismsg++) { in pkt_split_dgram_recvmmsg()
87 if (!PACKET_buf_init(&pkt, thismsg->data, thismsg->data_len)) in pkt_split_dgram_recvmmsg()
103 thismsg->data_len -= remain; in pkt_split_dgram_recvmmsg()
106 (unsigned char *)msg[i + 1].data + thismsg->data_len, in pkt_split_dgram_recvmmsg()
H A Dnoisydgrambio.c308 BIO_MSG *thismsg; in noisy_dgram_recvmmsg() local
361 for (i = 0, thismsg = msg; in noisy_dgram_recvmmsg()
363 i++, thismsg++, data->this_dgram++) { in noisy_dgram_recvmmsg()
378 if (!bio_msg_copy(thismsg, &data->msg)) in noisy_dgram_recvmmsg()
384 BIO_dump_fp(stdout, thismsg->data, thismsg->data_len); in noisy_dgram_recvmmsg()
393 /* long header */ (((uint8_t *)thismsg->data)[0] & 0x80) != 0, in noisy_dgram_recvmmsg()
411 flip_bits(thismsg->data, thismsg->data_len, flip, flip_offset); in noisy_dgram_recvmmsg()
424 if (!bio_msg_copy(&data->msg, thismsg)) in noisy_dgram_recvmmsg()
432 BIO_dump_fp(stdout, thismsg->data, thismsg->data_len); in noisy_dgram_recvmmsg()
440 BIO_dump_fp(stdout, thismsg->data, thismsg->data_len); in noisy_dgram_recvmmsg()

Completed in 8 milliseconds