Lines Matching defs:message
79 char *message = "hello, world!\n";
170 /* Send the first message. This will create the association. */
189 outmessage.msg_iov->iov_base = message;
190 outmessage.msg_iov->iov_len = strlen(message) + 1;
191 test_sendmsg(sk1, &outmessage, 0, strlen(message)+1);
195 /* Get the communication up message on sk2. */
237 /* Get the communication up message on sk1. */
251 /* Get the first message which was sent. */
256 test_check_msg_data(&inmessage, error, strlen(message) + 1,
290 /* Try to send a message with NULL msg_name and associd, should fail */