Searched refs:buffer_rcv (Results 1 – 5 of 5) sorted by relevance
45 char *buffer_rcv; in test_sctp() local95 buffer_rcv = malloc(msglen); in test_sctp()96 TEST(recv(sk2, buffer_rcv, msglen, MSG_NOSIGNAL)); in test_sctp()98 if (TST_RET != msglen || strncmp(buffer_rcv, message, msglen)) { in test_sctp()104 free(buffer_rcv); in test_sctp()
77 char * buffer_rcv; in main() local119 buffer_rcv = malloc(REALLY_BIG); in main()121 iov_rcv.iov_base = buffer_rcv; in main()
78 char * buffer_rcv; in main() local182 buffer_rcv = malloc(REALLY_BIG); in main()184 iov_rcv.iov_base = buffer_rcv; in main()
93 char * buffer_rcv; in main() local140 buffer_rcv = malloc(REALLY_BIG); in main()142 iov_rcv.iov_base = buffer_rcv; in main()
86 char * buffer_rcv; in main() local309 buffer_rcv = malloc(REALLY_BIG); in main()311 iov_rcv.iov_base = buffer_rcv; in main()