Searched refs:peerEth (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 142 conn->peerEth[i] = (unsigned char) mac[i]; in PPPOEConnectDevice() 164 memcpy(sp.sa_addr.pppoe.remote, conn->peerEth, ETH_ALEN); in PPPOEConnectDevice() 168 (unsigned) conn->peerEth[0], in PPPOEConnectDevice() 169 (unsigned) conn->peerEth[1], in PPPOEConnectDevice() 170 (unsigned) conn->peerEth[2], in PPPOEConnectDevice() 171 (unsigned) conn->peerEth[3], in PPPOEConnectDevice() 172 (unsigned) conn->peerEth[4], in PPPOEConnectDevice() 173 (unsigned) conn->peerEth[5]); in PPPOEConnectDevice() 240 memcpy(sp.sa_addr.pppoe.remote, conn->peerEth, ETH_ALEN); in PPPOEDisconnectDevice()
|
D | discovery.c | 386 memcpy(conn->peerEth, packet.ethHdr.h_source, ETH_ALEN); in waitForPADO() 389 (unsigned) conn->peerEth[0], in waitForPADO() 390 (unsigned) conn->peerEth[1], in waitForPADO() 391 (unsigned) conn->peerEth[2], in waitForPADO() 392 (unsigned) conn->peerEth[3], in waitForPADO() 393 (unsigned) conn->peerEth[4], in waitForPADO() 394 (unsigned) conn->peerEth[5]); in waitForPADO() 429 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN); in sendPADR() 542 if (memcmp(packet.ethHdr.h_source, conn->peerEth, ETH_ALEN)) continue; in waitForPADS()
|
D | pppoe.h | 256 unsigned char peerEth[ETH_ALEN]; /* Peer's MAC address */ member
|
D | common.c | 409 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN); in sendPADT()
|