HomeSort by: relevance | last modified time | path
    Searched refs:arp_find (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
arp.h 99 struct arp_state *arp_find(struct interface *, const struct in_addr *);
arp.c 351 if ((astate = arp_find(ifp, &addr)) == NULL)
404 arp_find(struct interface *ifp, const struct in_addr *addr) function
518 astate = arp_find(ifp, ia);
545 if ((astate = arp_find(ifp, addr)) != NULL)
623 astate = arp_find(ifp, ia);

Completed in 15 milliseconds