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

/freebsd-11-stable/sys/netinet/
H A Dif_ether.h121 int arpresolve(struct ifnet *ifp, int is_gw, struct mbuf *m,
H A Dif_ether.c443 arpresolve_full(struct ifnet *ifp, int is_gw, int flags, struct mbuf *m, argument
552 error = is_gw != 0 ? EHOSTUNREACH : EHOSTDOWN;
592 * is_gw != 0 if @dst represents gateway to some destination
605 arpresolve(struct ifnet *ifp, int is_gw, struct mbuf *m, argument
651 return (arpresolve_full(ifp, is_gw, la == NULL ? LLE_CREATE : 0, m, dst,
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c389 bool is_gw = (rte->rt_flags & RTF_GATEWAY) != 0; local
393 else if (is_gw)
399 bool is_gw = (rte->rt_flags & RTF_GATEWAY) != 0; local
401 error = arpresolve(ifp, is_gw, NULL, is_gw ?
406 else if (is_gw)
584 bool is_gw = (rte->rt_flags & RTF_GATEWAY) != 0; local
589 else if (is_gw)
595 bool is_gw = (rte->rt_flags & RTF_GATEWAY) != 0; local
597 error = nd6_resolve(ifp, is_gw, NUL
[all...]
/freebsd-11-stable/sys/net/
H A Dif_arcsubr.c107 int is_gw = 0; local
117 is_gw = (ro->ro_flags & RT_HAS_GW) != 0;
132 error = arpresolve(ifp, is_gw, m, dst, &adst, NULL,
174 error = nd6_resolve(ifp, is_gw, m, dst, &adst, NULL,
H A Dif_fddisubr.c105 int is_gw = 0; local
123 is_gw = (ro->ro_flags & RT_HAS_GW) != 0;
129 error = arpresolve(ifp, is_gw, m, dst, edst, NULL, NULL);
165 error = nd6_resolve(ifp, is_gw, m, dst, edst, NULL, NULL);
H A Dif_iso88025subr.c211 int is_gw = 0; local
214 is_gw = (ro->ro_flags & RT_HAS_GW) != 0;
253 error = arpresolve(ifp, is_gw, m, dst, edst, NULL, NULL);
288 error = nd6_resolve(ifp, is_gw, m, dst, edst, NULL, NULL);
H A Dif_fwsubr.c93 int is_gw = 0; local
110 is_gw = (ro->ro_flags & RT_HAS_GW) != 0;
147 error = arpresolve(ifp, is_gw, m, dst,
177 error = nd6_resolve(fc->fc_ifp, is_gw, m, dst,
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1478 int error = 0, is_gw = 0; local
1482 is_gw = (ro->ro_flags & RT_HAS_GW) != 0;
1508 error = arpresolve(ifp, is_gw, m, dst, edst, NULL, NULL);
1546 error = nd6_resolve(ifp, is_gw, m, dst, edst, NULL, NULL);
/freebsd-11-stable/sys/netinet6/
H A Dnd6.c2256 nd6_resolve(struct ifnet *ifp, int is_gw, struct mbuf *m, argument

Completed in 111 milliseconds