Searched defs:_ti_user (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dtx.h53 struct _ti_user { struct
54 struct _ti_user *ti_next; /* next one */
55 struct _ti_user *ti_prev; /* previous one */
82 * type 'struct _ti_user' declared above. Historical note:
280 extern struct _ti_user *_t_checkfd(int, int, int);
282 extern int _t_rcv_conn_con(struct _ti_user *, struct t_call *, struct strbuf *,
284 extern int _t_snd_conn_req(struct _ti_user *, const struct t_call *,
287 extern struct _ti_user *_t_create(int, struct t_info *, int, int *);
289 extern int _t_is_event(int, struct _ti_user *);
290 extern int _t_is_ok(int, struct _ti_user *, t_scalar_
[all...]

Completed in 22 milliseconds