• Home
  • Raw
  • Download

Lines Matching refs:local_res

401   struct addrinfo	*local_res;  in send_sctp_stream()  local
424 &local_res, in send_sctp_stream()
431 print_top_test_header("SCTP STREAM TEST", local_res, remote_res); in send_sctp_stream()
457 send_socket = create_data_socket(local_res); in send_sctp_stream()
1063 struct addrinfo *local_res; in recv_sctp_stream() local
1152 local_res = complete_addrinfo(local_name, in recv_sctp_stream()
1160 s_listen = create_data_socket(local_res); in recv_sctp_stream()
1532 struct addrinfo *local_res; in send_sctp_stream_1toMany() local
1550 &local_res, in send_sctp_stream_1toMany()
1557 print_top_test_header("SCTP 1-TO-MANY STREAM TEST",local_res,remote_res); in send_sctp_stream_1toMany()
1726 send_socket[j] = create_data_socket(local_res); in send_sctp_stream_1toMany()
2220 struct addrinfo *local_res; in recv_sctp_stream_1toMany() local
2308 local_res = complete_addrinfo(local_name, in recv_sctp_stream_1toMany()
2316 s_recv = create_data_socket(local_res); in recv_sctp_stream_1toMany()
2623 struct addrinfo *local_res; in send_sctp_rr() local
2652 &local_res, in send_sctp_rr()
2659 print_top_test_header("SCTP REQUEST/RESPONSE TEST", local_res, remote_res); in send_sctp_rr()
2710 send_socket = create_data_socket(local_res); in send_sctp_rr()
3243 struct addrinfo *local_res; in recv_sctp_rr() local
3350 local_res = complete_addrinfo(local_name, in recv_sctp_rr()
3358 s_listen = create_data_socket(local_res); in recv_sctp_rr()
3672 struct addrinfo *local_res; in send_sctp_rr_1toMany() local
3701 &local_res, in send_sctp_rr_1toMany()
3708 print_top_test_header("SCTP 1-TO-MANY REQUEST/RESPONSE TEST",local_res,remote_res); in send_sctp_rr_1toMany()
3851 send_socket[j] = create_data_socket(local_res); in send_sctp_rr_1toMany()
4295 struct addrinfo *local_res; in recv_sctp_rr_1toMany() local
4394 local_res = complete_addrinfo(local_name, in recv_sctp_rr_1toMany()
4408 s_rcv = create_data_socket(local_res); in recv_sctp_rr_1toMany()