Searched refs:remote_mac (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dnetconsole.c92 * remote_mac (read-write)
181 memset(nt->np.remote_mac, 0xff, ETH_ALEN);
223 * | remote_mac
316 return snprintf(buf, PAGE_SIZE, "%pM\n", nt->np.remote_mac);
465 u8 remote_mac[ETH_ALEN]; local
477 remote_mac[i] = simple_strtoul(p, &p, 16);
482 remote_mac[ETH_ALEN - 1] = simple_strtoul(p, &p, 16);
486 memcpy(nt->np.remote_mac, remote_mac, ETH_ALEN);
514 NETCONSOLE_TARGET_ATTR_RW(remote_mac); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetpoll.h24 u8 remote_mac[ETH_ALEN]; member in struct:netpoll
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnetpoll.c405 memcpy(eth->h_dest, np->remote_mac, ETH_ALEN);
636 np->name, np->remote_mac);
697 np->remote_mac[0] = simple_strtol(cur, NULL, 16);
702 np->remote_mac[1] = simple_strtol(cur, NULL, 16);
707 np->remote_mac[2] = simple_strtol(cur, NULL, 16);
712 np->remote_mac[3] = simple_strtol(cur, NULL, 16);
717 np->remote_mac[4] = simple_strtol(cur, NULL, 16);
719 np->remote_mac[5] = simple_strtol(cur, NULL, 16);

Completed in 70 milliseconds