Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet/
Dif_ether.h201 int arpresolve(struct arpcom *,
282 int arpresolve(struct arpcom *, struct rtentry *, struct mbuf *,
Dif_ether.c370 arpresolve(ac, rt, m, dst, desten) in arpresolve() function
/mirbsd/src/sys/net/
Dif_tokensubr.c107 #define ARPRESOLVE(a, b, c, d, e, f) arpresolve(a, b, c, d, e)
111 #define ARPRESOLVE(a, b, c, d, e, f) arpresolve(a, b, c, d, e, f)
Dif_fddisubr.c185 if (!arpresolve(ac, rt, m, dst, edst))
Dif_ethersubr.c251 if (!arpresolve(ac, rt, m, dst, edst))