Home
last modified time | relevance | path

Searched refs:bound_socket (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib/
H A Dlibrpc-tirpc.h28 int bound_socket(int domain, int type);
H A Dlibrpc-tirpc.c26 int bound_socket(int domain, int type) in bound_socket() function
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_dg_create/
H A Dtirpc_svc_dg_create.c45 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
47 perror("bound_socket() failed"); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_vc_create/
H A Dtirpc_svc_vc_create.c45 sock = bound_socket(AF_INET, SOCK_STREAM); in main()
47 perror("bound_socket() failed"); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/
H A Dtirpc_clnt_vc_create.c73 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
75 perror("bound_socket() failed"); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/
H A Dtirpc_clnt_dg_create.c72 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
74 perror("bound_socket() failed"); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
H A Dtirpc_bottomlevel_clnt_call.c79 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
81 perror("bound_socket() failed"); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
H A Dtirpc_svc_5.c78 this->sock = bound_socket(this->domain, this->type); in main()
80 perror("bound_socket() failed"); in main()

Completed in 4 milliseconds