Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/src/
H A Dsvc_vc.c178 xprt->xp_port = (u_short)-1; /* It is the rendezvouser */
289 xprt->xp_port = 0; /* this is a connection, not a rendezvouser */
417 if (xprt->xp_port != 0) {
421 xprt->xp_port = 0;
H A Dsvc_raw.c95 srp->server.xp_port = 0; in svc_raw_create()
H A Drpc_soc.c308 svc->xp_port = ntohs((u_short)port);
H A Dsvc.c331 return (pmap_set (prog, vers, protocol, xprt->xp_port));
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Dsvc.h92 u_short xp_port; /* associated port number */ member