acpt_addr 105 drivers/net/hamradio/bpqether.c char acpt_addr[6]; /* accept ether frames from this address only */ acpt_addr 180 drivers/net/hamradio/bpqether.c if (!(bpq->acpt_addr[0] & 0x01) && acpt_addr 181 drivers/net/hamradio/bpqether.c !ether_addr_equal(eth->h_source, bpq->acpt_addr)) acpt_addr 321 drivers/net/hamradio/bpqether.c if (copy_from_user(bpq->acpt_addr, ethaddr->accept, ETH_ALEN)) acpt_addr 407 drivers/net/hamradio/bpqether.c if (is_multicast_ether_addr(bpqdev->acpt_addr)) acpt_addr 410 drivers/net/hamradio/bpqether.c seq_printf(seq, "%pM\n", bpqdev->acpt_addr); acpt_addr 476 drivers/net/hamradio/bpqether.c eth_broadcast_addr(bpq->acpt_addr);