Searched refs:remote_mac (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ |
D | netconsole.c | 189 eth_broadcast_addr(nt->np.remote_mac); in alloc_param_target() 302 return snprintf(buf, PAGE_SIZE, "%pM\n", nt->np.remote_mac); in show_remote_mac() 481 u8 remote_mac[ETH_ALEN]; in store_remote_mac() local 489 if (!mac_pton(buf, remote_mac)) in store_remote_mac() 493 memcpy(nt->np.remote_mac, remote_mac, ETH_ALEN); in store_remote_mac() 517 NETCONSOLE_TARGET_ATTR_RW(remote_mac); 608 eth_broadcast_addr(nt->np.remote_mac); in make_netconsole_target()
|
/linux-4.1.27/include/linux/ |
D | netpoll.h | 31 u8 remote_mac[ETH_ALEN]; member
|
/linux-4.1.27/net/core/ |
D | netpoll.c | 466 ether_addr_copy(eth->h_dest, np->remote_mac); in netpoll_send_udp() 487 np_info(np, "remote ethernet address %pM\n", np->remote_mac); in netpoll_print_options() 579 if (!mac_pton(cur, np->remote_mac)) in netpoll_parse_options()
|
/linux-4.1.27/Documentation/networking/ |
D | netconsole.txt | 116 remote_mac Remote agent's MAC address (read-write) 128 echo cb:a9:87:65:43:21 > remote_mac # update more parameters
|