Home
last modified time | relevance | path

Searched refs:br_group_address (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/bridge/
Dbr_input.c22 const u8 br_group_address[ETH_ALEN] = { 0x01, 0x80, 0xc2, 0x00, 0x00, 0x00 }; variable
132 static const __be16 *b = (const __be16 *)br_group_address; in is_link_local()
Dbr_if.c206 memcpy(br->group_addr, br_group_address, ETH_ALEN); in new_bridge_dev()
Dbr_private.h286 extern const u8 br_group_address[ETH_ALEN];
Dbr_sysfs_br.c313 if (new_addr[i] != br_group_address[i]) in store_group_addr()