MCPcopy Create free account
hub / github.com/F-Stack/f-stack / arprequest

Function arprequest

freebsd/netinet/if_ether.c:453–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void
454arprequest(struct ifnet *ifp, const struct in_addr *sip,
455 const struct in_addr *tip, u_char *enaddr)
456{
457
458 (void) arprequest_internal(ifp, sip, tip, enaddr);
459}
460
461/*
462 * Resolve an IP address into an ethernet address - heavy version.

Callers 4

arptimerFunction · 0.85
garp_rexmitFunction · 0.85
arp_announce_ifaddrFunction · 0.85
lla_rt_outputFunction · 0.85

Calls 1

arprequest_internalFunction · 0.85

Tested by

no test coverage detected