Home
last modified time | relevance | path

Searched refs:peerEth (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c182 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 …]
Dpppoe-discovery.c586 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()
Ddiscovery.c432 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()
Dpppoe.h230 unsigned char peerEth[ETH_ALEN]; /* Peer's MAC address */ member
Dcommon.c109 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN); in sendPADT()