Home
last modified time | relevance | path

Searched refs:arp_for_ether (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.h301 extern boolean_t arp_for_ether(char *, struct ether_addr *);
H A Dsnoop_filter.c1849 if (!arp_for_ether(hostname, &e)) in etheraddr_match()
2819 arp_for_ether(char *hostname, struct ether_addr *ep) in arp_for_ether() function
H A Dsnoop_pf.c851 if (!arp_for_ether(hostname, &e)) in pf_etheraddr_match()