Searched refs:arpresolve (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sys/netinet/ |
| D | if_ether.h | 201 int arpresolve(struct arpcom *, 282 int arpresolve(struct arpcom *, struct rtentry *, struct mbuf *,
|
| D | if_ether.c | 370 arpresolve(ac, rt, m, dst, desten) in arpresolve() function
|
| /mirbsd/src/sys/net/ |
| D | if_tokensubr.c | 107 #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)
|
| D | if_fddisubr.c | 185 if (!arpresolve(ac, rt, m, dst, edst))
|
| D | if_ethersubr.c | 251 if (!arpresolve(ac, rt, m, dst, edst))
|