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