match_ether
if (match_ether(sdl)) {
if (sdl == NULL || !match_ether(sdl))
bool match_ether(const struct sockaddr_dl *sdl);
return (match_ether(&sdl));