Searched defs:__rpc_svcxprt (Results 1 – 1 of 1) sorted by relevance
88 typedef struct __rpc_svcxprt { struct93 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *); argument112 bool_t (*xp_control)(struct __rpc_svcxprt *, argument114 } *xp_ops2;115 char *xp_tp; /* transport provider device name */116 char *xp_netid; /* network token */117 struct netbuf xp_ltaddr; /* local transport address */118 struct netbuf xp_rtaddr; /* remote transport address */119 struct opaque_auth xp_verf; /* raw response verifier */120 void *xp_p1; /* private: for use by svc ops */[all …]