Home
last modified time | relevance | path

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

/external/libpcap/msdos/
Dndis2.c211 #define MAC_CHAR(hnd) ((struct _MacChars*) (hnd)->common->serviceChars) macro
683 serviceFlags = MAC_CHAR (handle)->serviceFlags; in CheckMacFeatures()
692 mediaString = MAC_CHAR (handle)->macName; in CheckMacFeatures()
712 frameSize = MAC_CHAR (handle)->maxFrameSize; in CheckMacFeatures()
713 mac_addr = MAC_CHAR (handle)->currentAddress; in CheckMacFeatures()
758 if (MAC_CHAR(handle)->serviceFlags & SF_OPEN_CLOSE) in NdisStartMac()
782 if ((MAC_CHAR(handle)->serviceFlags & SF_OPEN_CLOSE) && in NdisShutdown()