Searched defs:RA_CTL_AS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp912 #define RA_CTL_AS 0x0003 macro
6233 Assert((ra->ctl & RA_CTL_AS) < 2);
6234 //unsigned char *pAddr = (unsigned char*)pvBuf + sizeof(ra->addr)*(ra->ctl & RA_CTL_AS);
6247 if (memcmp((char*)pvBuf + sizeof(ra->addr)*(ra->ctl & RA_CTL_AS),
7009 switch (ra->ctl & RA_CTL_AS)

Completed in 71 milliseconds