Home
last modified time | relevance | path

Searched refs:bound_socket (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib/
Dlibrpc-tirpc.h28 int bound_socket(int domain, int type);
Dlibrpc-tirpc.c26 int bound_socket(int domain, int type) in bound_socket() function
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_dg_create/
Dtirpc_svc_dg_create.c45 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_vc_create/
Dtirpc_svc_vc_create.c45 sock = bound_socket(AF_INET, SOCK_STREAM); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/
Dtirpc_clnt_vc_create.c73 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/
Dtirpc_clnt_dg_create.c72 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
Dtirpc_bottomlevel_clnt_call.c79 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
/external/libevent/include/event2/
Dhttp.h194 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket);
204 evutil_socket_t evhttp_bound_socket_get_fd(struct evhttp_bound_socket *bound_socket);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
Dtirpc_svc_5.c77 this->sock = bound_socket(this->domain, this->type); in main()