Searched refs:pbyDestAddr (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/staging/vt6655/
H A Dmib.c443 unsigned char *pbyDestAddr; local
450 pbyDestAddr = &(pHeader->abyAddr1[0]);
453 pbyDestAddr = &(pHeader->abyAddr3[0]);
474 if (is_broadcast_ether_addr(pbyDestAddr)) {
478 else if (is_multicast_ether_addr(pbyDestAddr)) {
498 if (is_broadcast_ether_addr(pbyDestAddr))
500 else if (is_multicast_ether_addr(pbyDestAddr))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dbssdb.c1349 PBYTE pbyDestAddr; local
1357 pbyDestAddr = (PBYTE) &( pStatistic->abyTxPktInfo[byPktNum].abyDestAddr[0]);
1427 pbyDestAddr,
H A Drxtx.c117 PBYTE pbyDestAddr,
300 s_vSaveTxPktInfo(PSDevice pDevice, BYTE byPktNum, PBYTE pbyDestAddr, WORD wPktLength, WORD wFIFOCtl) argument
304 if (is_broadcast_ether_addr(pbyDestAddr))
306 else if (is_multicast_ether_addr(pbyDestAddr))
314 pbyDestAddr,

Completed in 101 milliseconds