Home
last modified time | relevance | path

Searched refs:nettype (Results 1 – 25 of 66) sorted by relevance

123

/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perror/
Dtirpc_clnt_perror_complex.c50 char nettype[16] = "visible"; in main() local
60 printf("Net : %s\n", nettype); in main()
65 /**/ clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
70 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main()
75 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main()
80 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main()
Dtirpc_clnt_perror.c50 char nettype[16] = "visible"; in main() local
59 printf("Net : %s\n", nettype); in main()
66 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
Dtirpc_rpc_broadcast_exp_dataint.c59 char nettype[16] = "visible"; in main() local
80 (resultproc_t) eachresult, 1, 1, nettype); in main()
93 (resultproc_t) eachresult, 1, 1, nettype); in main()
106 (resultproc_t) eachresult, 1, 1, nettype); in main()
119 (resultproc_t) eachresult, 1, 1, nettype); in main()
133 (resultproc_t) eachresult, 1, 1, nettype); in main()
Dtirpc_rpc_broadcast_exp_mt.c43 char *nettype; variable
70 mTimeOut, nettype); in my_thread_process()
96 nettype = "visible"; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_dataint.c65 char nettype[16] = "visible"; in main() local
76 nettype); in main()
87 nettype); in main()
98 nettype); in main()
109 nettype); in main()
122 nettype); in main()
Dtirpc_rpc_call_mt.c42 char *nettype; variable
56 fprintf(stderr, "%s\n", nettype); in my_thread_process()
64 nettype); in my_thread_process()
92 nettype = "visible"; in main()
Dtirpc_rpc_call_complex.c44 char *nettype; variable
86 nettype); in my_thread_process()
118 nettype = "VISIBLE"; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
Dtirpc_rpc_broadcast_dataint.c59 char nettype[16] = "visible"; in main() local
80 (resultproc_t) eachresult, nettype); in main()
93 (resultproc_t) eachresult, nettype); in main()
106 (resultproc_t) eachresult, nettype); in main()
119 (resultproc_t) eachresult, nettype); in main()
133 (resultproc_t) eachresult, nettype); in main()
Dtirpc_rpc_broadcast_mt.c43 char *nettype; variable
67 (resultproc_t) eachresult, nettype); in my_thread_process()
93 nettype = "visible"; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perrno/
Dtirpc_clnt_perrno_complex.c50 char nettype[16] = "visible"; in main() local
58 printf("Net : %s\n", nettype); in main()
64 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main()
69 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main()
74 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main()
Dtirpc_clnt_perrno.c50 char nettype[16] = "visible"; in main() local
59 printf("Net : %s\n", nettype); in main()
66 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_destroy/
Dtirpc_clnt_destroy.c50 char nettype[16] = "visible"; in main() local
56 printf("Net : %s\n", nettype); in main()
59 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create/
Dtirpc_clnt_create.c50 char nettype[16] = "visible"; in main() local
56 printf("Net : %s\n", nettype); in main()
58 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed/
Dtirpc_clnt_create_timed.c50 char nettype[16] = "visible"; in main() local
57 printf("Net : %s\n", nettype); in main()
63 clnt = clnt_create_timed(argc[1], progNum, VERSNUM, nettype, &tv); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_svc_create/
Dtirpc_svc_create.c52 char nettype[16] = "visible"; in main() local
58 printf("Net : %s\n", nettype); in main()
62 transpnum = svc_create(exm_proc, progNum, VERSNUM, nettype); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perrno/
Drpc_clnt_perrno.c50 char nettype[16] = "udp"; in main() local
59 printf("Net : %s\n", nettype); in main()
66 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perror/
Drpc_clnt_perror.c50 char nettype[16] = "udp"; in main() local
59 printf("Net : %s\n", nettype); in main()
66 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call.c50 char nettype[16] = "visible"; in main() local
60 printf("Net : %s\n", nettype); in main()
67 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
Dtirpc_toplevel_clnt_call_stress.c51 char nettype[16] = "visible"; in main() local
64 printf("Net : %s\n", nettype); in main()
71 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
Dtirpc_toplevel_clnt_call_mt.c44 char *nettype; variable
64 clnt = clnt_create(hostname, progNum, VERSNUM, nettype); in my_thread_process()
104 nettype = "visible"; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperror/
Drpc_clnt_sperror.c50 char nettype[16] = "udp"; in main() local
60 printf("Net : %s\n", nettype); in main()
67 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperrno/
Drpc_clnt_sperrno.c50 char nettype[16] = "udp"; in main() local
60 printf("Net : %s\n", nettype); in main()
67 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c206 FREE_STRING (origin->nettype); in gst_sdp_origin_init()
358 msg->origin.sess_version, msg->origin.nettype, msg->origin.addrtype, in gst_sdp_message_copy()
374 gst_sdp_message_set_connection (cp, msg->connection.nettype, in gst_sdp_message_copy()
464 gst_sdp_address_is_multicast (const gchar * nettype, const gchar * addrtype, in gst_sdp_address_is_multicast() argument
473 if (nettype && strcmp (nettype, "IN") != 0) in gst_sdp_address_is_multicast()
508 if (msg->origin.sess_id && msg->origin.sess_version && msg->origin.nettype && in gst_sdp_message_as_text()
512 msg->origin.sess_version, msg->origin.nettype, msg->origin.addrtype, in gst_sdp_message_as_text()
532 if (msg->connection.nettype && msg->connection.addrtype && in gst_sdp_message_as_text()
534 g_string_append_printf (lines, "c=%s %s %s", msg->connection.nettype, in gst_sdp_message_as_text()
536 if (gst_sdp_address_is_multicast (msg->connection.nettype, in gst_sdp_message_as_text()
[all …]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_pcreateerror/
Drpc_clnt_pcreateerror.c46 char nettype[8] = "udp"; in main() local
50 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_pcreateerror/
Dtirpc_clnt_pcreateerror.c47 char nettype[8] = "udp"; in main() local
51 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()

123