Home
last modified time | relevance | path

Searched defs:isopcb (Results 1 – 3 of 3) sorted by relevance

/csrg-svn/sys/netiso/
H A Diso_pcb.h44 struct isopcb { struct
45 struct isopcb *isop_next,*isop_prev; /* pointers to other pcb's */ argument
46 struct isopcb *isop_head; /* pointer back to chain of pcbs for argument
48 struct socket *isop_socket; /* back pointer to socket */
49 struct sockaddr_iso *isop_laddr;
50 struct sockaddr_iso *isop_faddr;
51 struct route_iso {
75 struct rawisopcb { argument
78 struct isopcb risop_isop; /* space for bound addresses, routes etc.*/ argument
H A Dclnp_subr.c569 struct isopcb isopcb; variable
/csrg-svn/usr.bin/netstat/
H A Diso.c174 struct isopcb isopcb; variable