|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wintirpc.h>#include <sys/types.h>#include <assert.h>#include <rpc/rpc.h>#include <rpc/pmap_prot.h>#include <rpc/pmap_clnt.h>
Go to the source code of this file.
Functions | |
| u_short | pmap_getport (struct sockaddr_in *address, u_long program, u_long version, u_int protocol) |
Variables | |
| static const struct timeval | timeout = { 5, 0 } |
| static const struct timeval | tottimeout = { 60, 0 } |
| u_short pmap_getport | ( | struct sockaddr_in * | address, |
| u_long | program, | ||
| u_long | version, | ||
| u_int | protocol | ||
| ) |
Definition at line 74 of file pmap_getport.c.
Referenced by getrpcport().
Definition at line 44 of file pmap_getport.c.
Referenced by pmap_getport(), and rpc_call().