Searched refs:isopcb (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Diso_pcb.h71 struct isopcb { struct
72 struct isopcb *isop_next, *isop_prev; /* pointers to other pcb's */
73 struct isopcb *isop_head; /* pointer back to chain of pcbs for
104 struct isopcb risop_isop; /* space for bound addresses, routes
109 #define sotoisopcb(so) ((struct isopcb *)(so)->so_pcb)
114 struct isopcb;
124 void iso_pcbnotify(struct isopcb *, const struct sockaddr_iso *, int,
125 void (*)(struct isopcb *));
126 struct isopcb *iso_pcblookup (struct isopcb *, in
[all...]
H A Dcltp_var.h53 extern struct isopcb cltb;
59 void cltp_notify (struct isopcb *);
H A Dtp_clnp.h83 extern struct isopcb tp_isopcb;
H A Dtp_iso.c65 * are: iso_getsufx: gets transport suffix out of an isopcb structure.
66 * iso_putsufx: put transport suffix into an isopcb structure.
67 * iso_putnetaddr: put a whole net addr into an isopcb. iso_getnetaddr: get a
68 * whole net addr from an isopcb. iso_cmpnetaddr: compare a whole net addr
69 * from an isopcb. iso_recycle_suffix: clear suffix for reuse in isopcb
74 * isopcb & some data
119 struct isopcb *isop = v;
138 * FUNCTION, ARGUMENTS: Put a transport suffix (found in name) into an isopcb
145 struct isopcb *iso
[all...]
H A Dtp_var.h36 struct isopcb;
97 void iso_rtchange (struct isopcb *);
98 void tpiso_decbit (struct isopcb *);
99 void tpiso_quench (struct isopcb *);
102 void tpiso_abort (struct isopcb *);
103 void tpiso_reset (struct isopcb *);
H A Diso_pcb.c99 * PURPOSE: creates an isopcb structure in an mbuf,
108 struct isopcb *head = v;
109 struct isopcb *isop;
131 * specified by the isopcb in *(isop)
147 struct isopcb *isop = v;
148 struct isopcb *head = isop->isop_head;
268 * PURPOSE: Make the isopcb (isop) look like it's connected.
282 * in the isopcb.
289 struct isopcb *isop = v;
450 struct isopcb *iso
[all...]
H A Dclnp_subr.c607 struct isopcb isopcb; local
611 /* fill in fake isopcb to pass to output function */
612 memset(&isopcb, 0, sizeof(isopcb));
613 isopcb.isop_laddr = ec_dst;
614 isopcb.isop_faddr = ec_src;
621 ret = clnp_output(ec_m, &isopcb, ec_len, flags);
H A Dcltp_usrreq.c75 struct isopcb cltb;
85 struct isopcb *isop;
176 cltp_notify(struct isopcb *isop)
220 struct isopcb *isop;
228 isop = va_arg(ap, struct isopcb *);
285 struct isopcb *isop;
H A Dclnp_output.c181 * route for an isopcb (such as when a redirect arrives)
191 struct isopcb *isop; /* iso pcb */
207 isop = va_arg(ap, struct isopcb *);
474 * the isopcb. Is this desirable? RAH?
H A Didrp_usrreq.c60 struct isopcb idrp_isop;
H A Dtp_subr2.c624 struct isopcb *isop = (struct isopcb *) tpcb->tp_npcb;
H A Dclnp.h467 struct isopcb;
H A Dtp_output.c503 #define ISOA(t) (((struct isopcb *)(t->tp_npcb))->isop_laddr->siso_addr)
H A Dtp_pcb.c257 struct isopcb tp_isopcb;
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Diso.c213 struct isopcb isopcb; variable in typeref:struct:isopcb
235 struct isopcb cb;
236 struct isopcb *prev, *next;
247 isopcb = cb;
248 prev = (struct isopcb *)off;
249 if (isopcb.isop_next == (struct isopcb *)off)
251 while (isopcb.isop_next != (struct isopcb *)of
[all...]

Completed in 134 milliseconds