Searched refs:nottlmsg (Results 1 – 2 of 2) sorted by relevance
/external/ltp/utils/sctp/func_tests/ |
D | test_timetolive.c | 86 static char *nottlmsg = "This should NOT time out!\n"; variable 311 outmessage.msg_iov->iov_base = nottlmsg; in main() 312 outmessage.msg_iov->iov_len = strlen(nottlmsg) + 1; in main() 317 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, strlen(nottlmsg)+1); in main() 349 test_check_msg_data(&inmessage, error, strlen(nottlmsg) + 1, in main() 351 if (0 != strncmp(iov.iov_base, nottlmsg, strlen(nottlmsg)+1)) in main()
|
D | test_sctp_sendrecvmsg.c | 69 static char *nottlmsg = "This should NOT time out!\n"; variable 254 test_sctp_sendmsg(sk1, nottlmsg, strlen(nottlmsg) + 1, in main() 291 strlen(nottlmsg) + 1, MSG_EOR, stream, ppid); in main() 292 if (0 != strncmp(big_buffer, nottlmsg, strlen(nottlmsg))) in main()
|