npcb_ifp          212 netnatm/natm.c       ifp = npcb->npcb_ifp;
npcb_ifp          254 netnatm/natm.c       error = atm_output(npcb->npcb_ifp, m, NULL, NULL);
npcb_ifp          268 netnatm/natm.c       bcopy(npcb->npcb_ifp->if_xname, snatm->snatm_if, sizeof(snatm->snatm_if));
npcb_ifp          270 netnatm/natm.c       sprintf(snatm->snatm_if, "%s%d", npcb->npcb_ifp->if_name,
npcb_ifp          271 netnatm/natm.c 	npcb->npcb_ifp->if_unit);
npcb_ifp          283 netnatm/natm.c         if (npcb->npcb_ifp == NULL) {
npcb_ifp          289 netnatm/natm.c         error = npcb->npcb_ifp->if_ioctl(npcb->npcb_ifp, 
npcb_ifp          381 netnatm/natm.c   m->m_pkthdr.rcvif = npcb->npcb_ifp;
npcb_ifp           84 netnatm/natm.h   struct ifnet *npcb_ifp;		/* pointer to hardware */
npcb_ifp          128 netnatm/natm_pcb.c     if (ifp == cpcb->npcb_ifp && vci == cpcb->npcb_vci && vpi == cpcb->npcb_vpi)
npcb_ifp          153 netnatm/natm_pcb.c   cpcb->npcb_ifp = ifp;
npcb_ifp          180 netnatm/natm_pcb.c 	cpcb->npcb_ifp->if_xname, cpcb->npcb_vci, cpcb->npcb_vpi,