Searched refs:match_ether (Results 1 – 4 of 4) sorted by relevance
90 if (match_ether(sdl)) { in print_lladdr()
286 bool match_ether(const struct sockaddr_dl *sdl);
282 return (match_ether(&sdl)); in match_iface()
732 match_ether(const struct sockaddr_dl *sdl) in match_ether() function765 if (sdl == NULL || !match_ether(sdl)) in match_afp()