Home
last modified time | relevance | path

Searched refs:__rpc_socktype2seman (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Drpc_com.h75 int __rpc_socktype2seman(int);
/reactos/dll/3rdparty/libtirpc/src/
H A Drpc_com.h74 int __rpc_socktype2seman(int);
H A Dsvc_generic.c285 xprt->xp_type = __rpc_socktype2seman(si.si_socktype);
H A Dclnt_generic.c384 servtype = __rpc_socktype2seman(si.si_socktype); in clnt_tli_create()
H A Drpc_generic.c859 __rpc_socktype2seman(int socktype) function