Searched refs:is_gw (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | if_ether.h | 120 int arpresolve(struct ifnet *ifp, int is_gw, struct mbuf *m,
|
| H A D | if_ether.c | 473 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 D | if_ether.h | 120 int arpresolve(struct ifnet *ifp, int is_gw, struct mbuf *m,
|
| /f-stack/freebsd/net/ |
| H A D | if_fwsubr.c | 95 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 D | nd6.c | 2214 nd6_resolve(struct ifnet *ifp, int is_gw, struct mbuf *m, in nd6_resolve() argument
|