Home
last modified time | relevance | path

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

/src/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 …]
/src/contrib/ntp/sntp/
H A Dmain.c104 void open_sockets(void);
254 open_sockets(); in sntp_main()
297 open_sockets( in open_sockets() function
/src/usr.sbin/ctld/
H A Dctld.cc803 portal_group::open_sockets(struct conf &oldconf) in open_sockets() function in portal_group
2182 cumulated_error += kv.second->open_sockets(*oldconf); in apply()
2185 cumulated_error += kv.second->open_sockets(*oldconf); in apply()
H A Dctld.hh239 int open_sockets(struct conf &oldconf);