Searched refs:natmpcb (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netnatm/
H A Dnatm.h76 struct natmpcb { struct
77 LIST_ENTRY(natmpcb) pcblist; /* list pointers */
108 LIST_HEAD(npcblist, natmpcb);
124 struct natmpcb *npcb;
132 struct natmpcb *npcb_alloc(int);
133 void npcb_free(struct natmpcb *, int);
134 struct natmpcb *npcb_add(struct natmpcb *, struct ifnet *, int, int);
H A Dnatm_pcb.c59 struct natmpcb *npcb_alloc(wait)
64 struct natmpcb *npcb;
86 struct natmpcb *npcb;
113 struct natmpcb *npcb_add(npcb, ifp, vci, vpi)
115 struct natmpcb *npcb;
121 struct natmpcb *cpcb = NULL; /* current pcb */
178 struct natmpcb *cpcb;
H A Dnatm.c75 struct natmpcb *npcb;
85 npcb = (struct natmpcb *) so->so_pcb;
337 struct natmpcb *npcb;
354 npcb = (struct natmpcb *) m->m_pkthdr.rcvif; /* XXX: overloaded */
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dif_atm.c82 struct natmpcb *npcb = NULL;
190 npcb_free((struct natmpcb *)rt->rt_llinfo,
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_atmsubr.c241 struct natmpcb *npcb = rxhand;

Completed in 60 milliseconds