Home
last modified time | relevance | path

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

/freebsd/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(t in test_ktls_receive_bad_type()
[all...]
/freebsd/contrib/ntp/sntp/
H A Dmain.c104 void open_sockets(void);
254 open_sockets(); in sntp_main()
297 open_sockets( in open_sockets() function
307 msyslog(LOG_ERR, "open_sockets: socket(PF_INET) failed: %m"); in open_sockets()
321 msyslog(LOG_ERR, "open_sockets: bind(sock4) failed: %m"); in open_sockets()
331 "open_sockets: event_new(base, sock4) failed!"); in open_sockets()
342 msyslog(LOG_ERR, "open_sockets: socket(PF_INET6) failed: %m"); in open_sockets()
356 msyslog(LOG_ERR, "open_sockets: bind(sock6) failed: %m"); in open_sockets()
365 "open_sockets: event_new(base, sock6) failed!"); in open_sockets()
/freebsd/usr.sbin/ctld/
H A Dctld.cc805 portal_group::open_sockets(struct conf &oldconf) in open_sockets() function in portal_group
2183 cumulated_error += kv.second->open_sockets(*oldconf); in apply()
2186 cumulated_error += kv.second->open_sockets(*oldconf); in apply()
H A Dctld.hh240 int open_sockets(struct conf &oldconf);