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

  /src/sys/netinet/
if_inarp.h 77 int arpresolve(struct ifnet *, const struct rtentry *, struct mbuf *,
if_arp.c 602 arpresolve(struct ifnet *ifp, const struct rtentry *rt, struct mbuf *m, function in typeref:typename:int
1093 * arpresolve
  /src/sys/dev/pci/cxgb/
cxgb_l2t.c 170 arpresolve(rt->rt_ifp, rt, m0, rt->rt_gateway, RT_ENADDR(rt));
196 if (arpresolve(rt->rt_ifp, rt, m0, rt->rt_gateway, RT_ENADDR(rt)) == 0) {
222 arpresolve(rt->rt_ifp, rt, m0, rt->rt_gateway, RT_ENADDR(rt));
249 arpresolve(rt->rt_ifp, rt, m0, rt->rt_gateway, RT_ENADDR(rt));
  /src/sys/net/
if_arcsubr.c 150 else if ((error = arpresolve(ifp, rt, m, dst, &adst,
if_ieee1394subr.c 139 (error = arpresolve(ifp, rt, m0, dst, hwdst,
if_ethersubr.c 251 error = arpresolve(ifp0, rt, m, dst, edst, sizeof(edst));
  /src/share/man/man9/
Makefile 148 MLINKS+=arp.9 arp_ifinit.9 arp.9 arpresolve.9 arp.9 arpintr.9

Completed in 18 milliseconds