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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_src.c147 ia6 = in6_ifawithscope(ifindex2ifnet[pi->ipi6_ifindex],
177 ia6 = in6_ifawithscope(ifindex2ifnet[dstsock->sin6_scope_id],
519 ifp = ifindex2ifnet[pi->ipi6_ifindex];
530 ifp = ifindex2ifnet[scopeid];
H A Draw_ip6.c355 oifp = ifindex2ifnet[pi->ipi6_ifindex];
391 oifp = ifindex2ifnet[in6p->in6p_route.ro_rt->rt_ifp->if_index];
H A Dip6_output.c707 ifp = ifindex2ifnet[opt->ip6po_pktinfo->ipi6_ifindex];
893 origifp = ifindex2ifnet[ntohs(ip6->ip6_src.s6_addr16[1])];
895 origifp = ifindex2ifnet[ntohs(ip6->ip6_dst.s6_addr16[1])];
2037 ifp = ifindex2ifnet[ifindex];
2127 ifp = ifindex2ifnet[mreq->ipv6mr_interface];
2182 ifp = ifindex2ifnet[mreq->ipv6mr_interface];
2254 ifp = ifindex2ifnet[mreq->ipv6mr_interface];
H A Din6_pcb.c540 ia6 = in6_ifawithscope(ifindex2ifnet[pi->ipi6_ifindex],
571 ia6 = in6_ifawithscope(ifindex2ifnet[dstsock->sin6_scope_id],
H A Dip6_mroute.c605 ifp = ifindex2ifnet[mifcp->mif6c_pifi];
H A Din6.c331 ifp = ifindex2ifnet[idx];
H A Dnd6.c193 ND.linkmtu = ifindex2ifnet[ifp->if_index]->if_mtu;
H A Dnd6_rtr.c2168 nd6_defifp = ifindex2ifnet[nd6_defifindex];
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_mib.c202 (ifp = ifindex2ifnet[name[0]]) == NULL)
H A Dif.c170 struct ifnet **ifindex2ifnet; variable in typeref:struct:ifnet
220 * Grow the ifnet_addrs[] and ifindex2ifnet[] arrays to accomodate the
225 * ifindex2ifnet[] is indexed by ifp->if_index. That requires us to
226 * always allocate one extra element to hold ifindex2ifnet[0], which
262 bcopy((caddr_t)ifindex2ifnet,
269 ifindex2ifnet = (struct ifnet **)new_ifindex2ifnet;
666 ifp = ifindex2ifnet[ifscope];
H A Dif_var.h633 extern struct ifnet **ifindex2ifnet;
H A Ddlil.c2561 ifindex2ifnet[ifp->if_index] = ifp;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_output.c2483 ifp = ifindex2ifnet[ifindex];

Completed in 82 milliseconds