HomeSort by: relevance | last modified time | path
    Searched refs:if_get_byindex (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/net/npf/
npf_ext_log.c 135 ifp = if_get_byindex(log->if_idx, &psref);
  /src/sys/netinet6/
in6_src.c 741 *retifp = if_get_byindex(pi->ipi6_ifindex, psref);
752 *retifp = if_get_byindex(mopts->im6o_multicast_if_index, psref);
762 *retifp = if_get_byindex(rt->rt_ifp->if_index, psref);
ip6_output.c 523 ifp = if_get_byindex(pi->ipi6_ifindex, &psref);
525 ifp = if_get_byindex(im6o->im6o_multicast_if_index,
534 ifp = if_get_byindex(rt->rt_ifp->if_index, &psref);
2411 if_get_byindex(rt->rt_ifp->if_index, psref) : NULL;
2418 *ifp = if_get_byindex(mreq.ipv6mr_interface, psref);
mld6.c 1012 ifp = if_get_byindex(name[0], &psref);
  /src/sys/net/
if_llatbl.c 648 ifp = if_get_byindex(sdl_index, &psref);
650 ifp = if_get_byindex(dl->sdl_index, &psref);
if.h 1158 ifnet_t *if_get_byindex(u_int, struct psref *);
if.c 2949 return if_get_byindex(unit, psref);
2969 * Release a reference of an ifnet object given by if_get, if_get_byindex
3014 if_get_byindex(u_int idx, struct psref *psref) function in typeref:typename:ifnet_t *
4070 ifp = if_get_byindex(name[0], &psref);
if_ethersubr.c 1948 ifp = if_get_byindex(name[0], &psref);
route.c 1088 info->rti_ifp = if_get_byindex(ifa->ifa_ifp->if_index,
  /src/sys/sys/
mbuf.h 942 return if_get_byindex(m->m_pkthdr.rcvif_index, psref);
  /src/sys/netinet/
ip_output.c 337 ifp = mifp = if_get_byindex(ia->ia_ifp->if_index, &psref);
350 ifp = mifp = if_get_byindex(imo->imo_multicast_if_index, &psref);
in.c 2337 ifp = if_get_byindex(name[0], &psref);

Completed in 32 milliseconds