Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/src/
H A DMakefile.am45 libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
72 $(libtirpc_la_OBJECTS) :auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
85 $(libtirpc_la_OBJECTS) :auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
H A Dsources11 bindresvport.c \
H A Dsvc_generic.c225 if (bindresvport(fd, NULL) < 0) {
H A Dbindresvport.c53 bindresvport(sd, sin) in bindresvport() function
H A Drpc_soc.c133 bindresvport(fd, NULL);
298 bindresvport(fd, &sin);
H A Dclnt_generic.c378 bindresvport(fd, NULL); in clnt_tli_create()
/reactos/dll/3rdparty/libtirpc/man/
H A DMakefile.am3 man3_MANS = bindresvport.3t des_crypt.3t getnetconfig.3t getnetpath.3t \
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Drpc.h85 extern int bindresvport(SOCKET, struct sockaddr_in *) __THROW;
/reactos/dll/3rdparty/libtirpc/
H A DCMakeLists.txt21 src/bindresvport.c