mac_find
mac = mac_find(pkt + 6);
if (mac_broadcast(pkt + 0) == 0 && (mac = mac_find(pkt + 0)) != NULL) {
mac_t mac_find(u_int8_t *macbuf);