Searched refs:xp_port (Results 1 – 10 of 10) sorted by relevance
163 xprt->xp_port = ntohs(addr.sin_port);214 xprt->xp_port = 0; /* this is a connection, not a rendezvouser */268 if (xprt->xp_port != 0) {270 xprt->xp_port = 0;
167 xprt->xp_port = ntohs(addr.sin_port);
69 u_short xp_port; /* associated port number */ member
115 srp->server->xp_port = 0; in svc_raw_create()
455 xprt->xp_port = parent->xp_port; in svc_door_xprtcopy()
212 xprt->xp_port = parent->xp_port; in svc_dg_xprtcopy()
235 svc->xp_port = ntohs(port); in svc_com_create()
1029 return (pmap_set(prog, vers, protocol, xprt->xp_port)); in svc_register()
238 port = (*xprt)->xp_port; in getprognum()
480 ushort_t xp_port; member