Searched refs:ethHdr (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Ddebug.c130 (unsigned) packet->ethHdr.h_source[0],
131 (unsigned) packet->ethHdr.h_source[1],
132 (unsigned) packet->ethHdr.h_source[2],
133 (unsigned) packet->ethHdr.h_source[3],
134 (unsigned) packet->ethHdr.h_source[4],
135 (unsigned) packet->ethHdr.h_source[5],
136 (unsigned) packet->ethHdr.h_dest[0],
137 (unsigned) packet->ethHdr.h_dest[1],
138 (unsigned) packet->ethHdr.h_dest[2],
139 (unsigned) packet->ethHdr
[all...]
H A Ddiscovery.c86 if (memcmp(packet->ethHdr.h_dest, conn->myEth, ETH_ALEN)) return 0;
259 memset(packet.ethHdr.h_dest, 0xFF, ETH_ALEN);
260 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN);
262 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
368 if (BROADCAST(packet.ethHdr.h_source)) {
386 memcpy(conn->peerEth, packet.ethHdr.h_source, ETH_ALEN);
429 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN);
430 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN);
432 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
542 if (memcmp(packet.ethHdr
[all...]
H A Dcommon.c409 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN);
410 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN);
412 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
H A Dpppoe.h207 struct ethhdr ethHdr; /* Ethernet header */ member in struct:PPPoEPacketStruct
H A Dif.c128 UINT16_t type = (UINT16_t) ntohs(packet->ethHdr.h_proto);
551 tmp_sap = htons(pkt->ethHdr.h_proto);
554 memcpy((char *)phys, (char *)pkt->ethHdr.h_dest, ETHERADDRL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_internal.h635 WVLAN_ETH_HDR ethHdr; member in struct:wvlan_linktest_req_pdu
646 WVLAN_ETH_HDR ethHdr; member in struct:wvlan_linktest_rsp_pdu
666 WVLAN_ETH_HDR ethHdr; member in struct:wvlan_wmp_rsp_pdu

Completed in 96 milliseconds