Searched refs:xp_port (Results 1 – 6 of 6) sorted by relevance
184 xprt->xp_port = ntohs (addr.sin_port); in svctcp_create()226 xprt->xp_port = 0; /* this is a connection, not a rendezvouser */ in makefd_xprt()271 if (xprt->xp_port != 0) in svctcp_destroy()274 xprt->xp_port = 0; in svctcp_destroy()
182 xprt->xp_port = -1; in svcunix_create()224 xprt->xp_port = 0; /* this is a connection, not a rendezvouser */ in makefd_xprt()272 if (xprt->xp_port != 0) in svcunix_destroy()275 xprt->xp_port = 0; in svcunix_destroy()
92 srp->server.xp_port = 0; in svcraw_create()
193 return pmap_set (prog, vers, protocol, xprt->xp_port); in svc_register()
157 xprt->xp_port = ntohs (addr.sin_port); in svcudp_bufcreate()
78 u_short xp_port; /* associated port number */ member
Completed in 8 milliseconds