Home
last modified time | relevance | path

Searched refs:callback_set_listen_opt (Results 1 – 3 of 3) sorted by relevance

/minix/minix/tests/
H A Dcommon-socket.c1626 if (info->callback_set_listen_opt != NULL) in test_nonblock()
1627 info->callback_set_listen_opt(server_sd); in test_nonblock()
1845 if (info->callback_set_listen_opt != NULL) in test_intr()
1846 info->callback_set_listen_opt(server_sd); in test_intr()
1973 if (info->callback_set_listen_opt != NULL) in test_connect_close()
1974 info->callback_set_listen_opt(server_sd); in test_connect_close()
2039 if (info->callback_set_listen_opt != NULL) in test_listen_close()
2040 info->callback_set_listen_opt(server_sd); in test_listen_close()
2110 if (info->callback_set_listen_opt != NULL) in test_listen_close_nb()
2111 info->callback_set_listen_opt(server_sd); in test_listen_close_nb()
H A Dcommon-socket.h90 void (* callback_set_listen_opt)(int sd); /* can be NULL */ member
H A Dtest56.c363 callback_set_listen_opt(int sd) in callback_set_listen_opt() function
1676 .callback_set_listen_opt = callback_set_listen_opt, in main()