summaryrefslogtreecommitdiffstats
path: root/tests/test_echo_udp_sendto_recvfrom.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Use assert_return_code() to get errnoAndreas Schneider2018-10-231-8/+8
* tests: Add test_connect_sendto_null_ipv4() testAndreas Schneider2016-05-171-0/+52
* tests: Add a udp test case for sendto() after a connect()Richard Sharpe2016-05-171-0/+52
* tests: Migrate to new cmocka APIAndreas Schneider2015-08-111-7/+17
* tests: Fix type punning warnings.Andreas Schneider2014-09-011-30/+32
* tests: Add an ifdef around static IPv6 only functionsJakub Hrozek2013-12-201-0/+2
* tests: Use torture_server_(address|port).Andreas Schneider2013-12-201-6/+10
* tests: Use inet_pton() instead of inet_aton().Andreas Schneider2013-12-131-1/+1
* tests: Also check recvfrom() with NULL pointer.Andreas Schneider2013-12-111-8/+47
* tests: Check the returned ip from recvfrom.Andreas Schneider2013-12-111-12/+20
* tests: Fix passing uninitialized values.Andreas Schneider2013-12-111-2/+6
* tests: Add test_sendto_recvfrom_ipv6().Andreas Schneider2013-12-101-0/+58
* tests: Use torture helpers in test_echo_udp_sendto_recvfrom.Andreas Schneider2013-12-101-121/+6
* tests: Add test_echo_udp_sendto_recvfrom.Andreas Schneider2013-12-101-0/+200