Searched defs:xp_ops (Results 1 – 1 of 1) sorted by relevance
74 struct xp_ops { struct75 bool_t (*xp_recv)(); /* receive incomming requests */76 enum xprt_stat (*xp_stat)(); /* get transport status */77 bool_t (*xp_getargs)(); /* get arguments */78 bool_t (*xp_reply)(); /* send reply */79 bool_t (*xp_freeargs)();/* free mem allocated for args */80 void (*xp_destroy)(); /* destroy this struct */81 } *xp_ops; member