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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dif_atm.c112 struct natmpcb *npcb = NULL; local
166 npcb = npcb_add(NULL, rt->rt_ifp, ATM_PH_VCI(aph),
168 if (npcb == NULL)
170 npcb->npcb_flags |= NPCB_IP;
171 npcb->ipaddr.s_addr = sin->sin_addr.s_addr;
172 /* XXX: move npcb to llinfo when ATM ARP is ready */
173 rt->rt_llinfo = (caddr_t) npcb;
193 if (npcb) {
194 npcb_free(npcb, NPCB_DESTROY);

Completed in 22 milliseconds