TIUSER
t_kopen(file_t *fp, dev_t rdev, int flags, TIUSER **tiptr, cred_t *cr)
TIUSER *tiu;
t_kclose(TIUSER *tiptr, int callclosef)
t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret)
t_kunbind(TIUSER *tiptr)
t_kconnect(TIUSER *tiptr, struct t_call *sndcall, struct t_call *rcvcall)
t_koptmgmt(TIUSER *tiptr, struct t_optmgmt *req, struct t_optmgmt *ret)
t_kspoll(TIUSER *tiptr, int timo, int waitflg, int *events)
tli_send(TIUSER *tiptr, mblk_t *bp, int fmode)
tli_recv(TIUSER *tiptr, mblk_t **bp, int fmode)
dlifconfig(TIUSER *tiptr, struct in_addr *myIPaddr, struct in_addr *mymask,
rtioctl(TIUSER *tiptr, int cmd, struct rtentry *rtentry)
ifioctl(TIUSER *tiptr, int cmd, struct netbuf *nbuf)
setifflags(TIUSER *tiptr, uint_t value)
revarp_myaddr(TIUSER *tiptr)
static int ifioctl(TIUSER *, int, struct netbuf *);
TIUSER *tiptr;
static int revarp_myaddr(TIUSER *);
static int rtioctl(TIUSER *, int, struct rtentry *);
static int dlifconfig(TIUSER *, struct in_addr *, struct in_addr *,
static int setifflags(TIUSER *, uint_t);
TIUSER *tiptr;
TIUSER *tiptr;
static TIUSER *tiptr;
nd_init(vnode_t *dumpvp, TIUSER **tiptr)
nd_send_data(TIUSER *tiptr, caddr_t addr, int offset, XDR *xdrp, uint32_t *xidp)
nd_get_reply(TIUSER *tiptr, XDR *xdrp, uint32_t call_xid, int *badmsg)
nd_poll(TIUSER *tiptr, int retry, int *eventp)
static int nd_init(vnode_t *, TIUSER **);
static int nd_poll(TIUSER *, int, int *);
static int nd_send_data(TIUSER *, caddr_t, int, XDR *, uint32_t *);
static int nd_get_reply(TIUSER *, XDR *, uint32_t, int *);
TIUSER *tiptr = nbp->nbp_tiptr;
TIUSER *tiptr = NULL;
TIUSER *tiptr = nbp->nbp_tiptr;
TIUSER *tiptr = nbp->nbp_tiptr;
TIUSER *tiptr = nbp->nbp_tiptr;
kifioctl(TIUSER *tiptr, int cmd, struct netbuf *nbuf, char *ifname)
ksetifflags(TIUSER *tiptr, uint_t value, char *ifname)
kdlifconfig(TIUSER *tiptr, int af, void *myIPaddr, void *mymask,
TIUSER *tiptr;
TIUSER *tiptr;
TIUSER *tiptr;
TIUSER *tiptr6;
t_kalloc(TIUSER *tiptr, int struct_type, int fields, char **ptr)
t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret)
t_kclose(TIUSER *tiptr, int callclosef)
t_kconnect(TIUSER *tiptr, struct t_call *sndcall, struct t_call *rcvcall)
t_kfree(TIUSER *tiptr, char *ptr, int struct_type)
t_kgetstate(TIUSER *tiptr, int *state)
t_kopen(file_t *fp, dev_t rdev, int flags, TIUSER **tiptr, cred_t *cr)
TIUSER *ntiptr;
t_koptmgmt(TIUSER *tiptr, struct t_optmgmt *req, struct t_optmgmt *ret)
t_krcvudata(TIUSER *tiptr, struct t_kunitdata *unitdata, int *type, int *uderr)
t_ksndudata(TIUSER *tiptr, struct t_kunitdata *unitdata, frtn_t *frtn)
t_kspoll(TIUSER *tiptr, int timo, int waitflg, int *events)
t_kunbind(TIUSER *tiptr)
get_ok_ack(TIUSER *tiptr, int type, int fmode)
t_kadvise(TIUSER *tiptr, uchar_t *addr, int addr_len)
tli_send(TIUSER *tiptr, mblk_t *bp, int fmode)
tli_recv(TIUSER *tiptr, mblk_t **bp, int fmode)
extern int bindresvport(TIUSER *tiptr, struct netbuf *addr,
extern void t_kadvise(TIUSER *, uchar_t *, int);
TIUSER *e_tiptr; /* pointer to transport endpoint */
TIUSER *tiptr = NULL;
TIUSER *tiptr;
TIUSER *x_tiptr; /* transport handle */
TIUSER *tiptr,
TIUSER *tiptr;
TIUSER *tiptr;
kdlifconfig(TIUSER *tiptr, int af, void *myIPaddr, void *mymask,
ksetifflags(TIUSER *tiptr, uint_t value, char *ifname);
kifioctl(TIUSER *tiptr, int cmd, struct netbuf *nbuf, char *ifname);
extern int t_kopen(struct file *, dev_t, int, TIUSER **, struct cred *);
extern int t_koptmgmt(TIUSER *, struct t_optmgmt *, struct t_optmgmt *);
extern int t_krcvudata(TIUSER *, struct t_kunitdata *, int *, int *);
extern int t_ksndudata(TIUSER *, struct t_kunitdata *, frtn_t *);
extern int t_kspoll(TIUSER *, int, int, int *);
extern int t_kunbind(TIUSER *);
extern int tli_send(TIUSER *, mblk_t *, int);
extern int tli_recv(TIUSER *, mblk_t **, int);
extern int get_ok_ack(TIUSER *, int, int);
#define TIUSERSZ sizeof (TIUSER)
extern int t_kalloc(TIUSER *, int, int, char **);
extern int t_kbind(TIUSER *, struct t_bind *, struct t_bind *);
extern int t_kclose(TIUSER *, int);
extern int t_kconnect(TIUSER *, struct t_call *, struct t_call *);
extern int t_kfree(TIUSER *, char *, int);
extern int t_kgetstate(TIUSER *, int *);