Home
last modified time | relevance | path

Searched refs:is_gw (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dif_ether.h120 int arpresolve(struct ifnet *ifp, int is_gw, struct mbuf *m,
H A Dif_ether.c473 arpresolve_full(struct ifnet *ifp, int is_gw, int flags, struct mbuf *m, in arpresolve_full() argument
581 error = is_gw != 0 ? EHOSTUNREACH : EHOSTDOWN; in arpresolve_full()
625 arpresolve(struct ifnet *ifp, int is_gw, struct mbuf *m, in arpresolve() argument
670 return (arpresolve_full(ifp, is_gw, la == NULL ? LLE_CREATE : 0, m, dst, in arpresolve()
/f-stack/tools/compat/include/netinet/
H A Dif_ether.h120 int arpresolve(struct ifnet *ifp, int is_gw, struct mbuf *m,
/f-stack/freebsd/net/
H A Dif_fwsubr.c95 int is_gw = 0; in firewire_output() local
112 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
149 error = arpresolve(ifp, is_gw, m, dst, in firewire_output()
179 error = nd6_resolve(fc->fc_ifp, is_gw, m, dst, in firewire_output()
/f-stack/freebsd/netinet6/
H A Dnd6.c2214 nd6_resolve(struct ifnet *ifp, int is_gw, struct mbuf *m, in nd6_resolve() argument