Lines Matching full:transport
46 * 1) An arbitrary number of transport connections upon which rpc requests
53 * "service dispatch" function, a transport handle, and a boolean that
56 * port number from the transport handle are registered with the binder.
60 * on a transport. The request's program and version numbers must match
86 * Server side transport handle
95 /* get transport status */
116 char *xp_tp; /* transport provider device name */
118 struct netbuf xp_ltaddr; /* local transport address */
119 struct netbuf xp_rtaddr; /* remote transport address */
124 int xp_type; /* transport type */
141 * Server transport extensions (accessed via xp_p3).
157 SVCXPRT *rq_xprt; /* associated transport */
254 * Transport registration.
264 * Transport un-register
371 * These are the existing service side transport implementations
376 * Transport independent svc_create routine.