Searched refs:peerEth (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 182 conn->peerEth[i] = (unsigned char) mac[i]; in PPPOEConnectDevice() 201 memcpy(sp.sa_addr.pppoe.remote, conn->peerEth, ETH_ALEN); in PPPOEConnectDevice() 205 (unsigned) conn->peerEth[0], in PPPOEConnectDevice() 206 (unsigned) conn->peerEth[1], in PPPOEConnectDevice() 207 (unsigned) conn->peerEth[2], in PPPOEConnectDevice() 208 (unsigned) conn->peerEth[3], in PPPOEConnectDevice() 209 (unsigned) conn->peerEth[4], in PPPOEConnectDevice() 210 (unsigned) conn->peerEth[5]); in PPPOEConnectDevice() 213 (unsigned) conn->peerEth[0], in PPPOEConnectDevice() 214 (unsigned) conn->peerEth[1], in PPPOEConnectDevice() [all …]
|
D | pppoe-discovery.c | 586 memcpy(conn->peerEth, packet.ethHdr.h_source, ETH_ALEN); in waitForPADO() 589 (unsigned) conn->peerEth[0], in waitForPADO() 590 (unsigned) conn->peerEth[1], in waitForPADO() 591 (unsigned) conn->peerEth[2], in waitForPADO() 592 (unsigned) conn->peerEth[3], in waitForPADO() 593 (unsigned) conn->peerEth[4], in waitForPADO() 594 (unsigned) conn->peerEth[5]); in waitForPADO()
|
D | discovery.c | 432 memcpy(conn->peerEth, packet.ethHdr.h_source, ETH_ALEN); in waitForPADO() 465 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN); in sendPADR() 591 if (memcmp(packet.ethHdr.h_source, conn->peerEth, ETH_ALEN)) continue; in waitForPADS()
|
D | pppoe.h | 230 unsigned char peerEth[ETH_ALEN]; /* Peer's MAC address */ member
|
D | common.c | 109 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN); in sendPADT()
|