Searched refs:s_recv (Results 1 – 1 of 1) sorted by relevance
2227 int s_recv; in recv_sctp_stream_1toMany() local2333 s_recv = create_data_socket(local_res); in recv_sctp_stream_1toMany()2335 if (s_recv < 0) { in recv_sctp_stream_1toMany()2377 if (listen(s_recv, 5) == -1) { in recv_sctp_stream_1toMany()2379 close(s_recv); in recv_sctp_stream_1toMany()2387 if (getsockname(s_recv, in recv_sctp_stream_1toMany()2391 close(s_recv); in recv_sctp_stream_1toMany()2432 sctp_enable_events(s_recv, SCTP_ASSOC_CHANGE_EV | SCTP_SHUTDOWN_EV); in recv_sctp_stream_1toMany()2436 if (!set_nonblock(s_recv)) { in recv_sctp_stream_1toMany()2437 close(s_recv); in recv_sctp_stream_1toMany()[all …]