Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/kern/
H A Dktls_test.c271 open_sockets(const atf_tc_t *tc, int sv[2]) in open_sockets() function
1195 ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets"); in test_ktls_transmit_app_data()
1343 ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets"); in test_ktls_transmit_control()
1399 ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets"); in test_ktls_transmit_empty_fragment()
1511 ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets"); in test_ktls_receive_app_data()
1629 ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets"); in test_ktls_receive_corrupted_record()
1718 ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets"); in test_ktls_receive_truncated_record()
1759 ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets"); in test_ktls_receive_bad_major()
1801 ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets"); in test_ktls_receive_bad_minor()
1844 ATF_REQUIRE_MSG(open_sockets(tc, sockets), "failed to create sockets"); in test_ktls_receive_bad_type()
[all …]
/freebsd-14.2/contrib/ntp/sntp/
H A Dmain.c104 void open_sockets(void);
254 open_sockets(); in sntp_main()
297 open_sockets( in open_sockets() function