Home
last modified time | relevance | path

Searched refs:tl_endpt_t (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dtl.c546 typedef struct tl_endpt tl_endpt_t; typedef
548 typedef void (tlproc_t)(mblk_t *, tl_endpt_t *);
609 tl_endpt_t *_te_oconp; /* conn request pending */
610 tl_endpt_t *_te_conp; /* connected endpt */
618 tl_endpt_t *_te_lastep; /* last dest. endpoint */
619 tl_endpt_t *_te_flowq; /* flow controlled on whom */
830 static void tl_do_proto(mblk_t *, tl_endpt_t *);
831 static void tl_do_ioctl(mblk_t *, tl_endpt_t *);
832 static void tl_do_ioctl_ser(mblk_t *, tl_endpt_t *);
835 static void tl_bind(mblk_t *, tl_endpt_t *);
[all …]