Searched refs:decnet_ether_address (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/net/decnet/ |
D | sysctl_net_decnet.c | 155 dn_dn2eth(decnet_ether_address, dn_ntohs(decnet_address)); in dn_node_address_strategy() 190 dn_dn2eth(decnet_ether_address, dn_ntohs(decnet_address)); in dn_node_address_handler()
|
D | dn_dev.c | 670 memcpy(msg->id, decnet_ether_address, 6); in dn_send_endnode_hello() 756 memcpy(ptr, decnet_ether_address, ETH_ALEN); in dn_send_router_hello() 920 memcpy(dn_db->addr, decnet_ether_address, ETH_ALEN); /* To go... */ in dn_dev_create() 957 if (memcmp(dev->dev_addr, decnet_ether_address, ETH_ALEN) != 0) in dn_dev_up()
|
D | af_decnet.c | 141 unsigned char decnet_ether_address[ETH_ALEN] = { 0xAA, 0x00, 0x04, 0x00, 0x00, 0x00 }; variable 1216 dn_dn2eth(decnet_ether_address, dn_ntohs(decnet_address)); in dn_ioctl() 2253 dn_dn2eth(decnet_ether_address, dn_ntohs(decnet_address)); in decnet_init() 2294 dn_dn2eth(decnet_ether_address, dn_ntohs(decnet_address)); in decnet_setup()
|
/linux-2.4.37.9/include/net/ |
D | dn.h | 214 extern unsigned char decnet_ether_address[6];
|