Searched refs:UInt8 (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/ndis/src/
H A Dqmi_oper.h33 UInt8 fQMIType;
34 UInt8 fClientID;
35 UInt8 fLinkStatus;
47 void printk_hex(UInt8 *buf,int buf_size);
59 int QCTL_GetClientID(UInt8 * pMsgBuff,UInt32 length,UInt8 qmiType);
71 int QCTL_ReleaseClientID(UInt8* pMsgBuff,UInt32 length,NDIS_QMI_STATUS* pndis_status);
82 int QCTL_GetVersionReq(UInt8* pMsgBuff,UInt32 length);
93 int QCTL_SetDataFormatReq(UInt8* pMsgBuff,UInt32 length);
104 int QCTL_SetInstanceId(UInt8* pMsgBuf
[all...]
H A Dqmi_header.h27 typedef unsigned char UInt8; typedef
74 UInt8 IFType;
76 UInt8 CtlFlags;
77 UInt8 QMIType;
78 UInt8 ClientId;
83 UInt8 IFType;
85 UInt8 CtlFlags;
86 UInt8 QMIType;
87 UInt8 ClientId;
88 UInt8 SD
[all...]
H A Dqmi_oper.c29 static UInt8 fQMITransactionId = 0;
48 void printk_hex(UInt8 *buf,int buf_size)
84 int QCTL_GetClientID(UInt8* pMsgBuff,UInt32 length,UInt8 qmiType)
137 int QCTL_ReleaseClientID(UInt8* pMsgBuff,UInt32 length,NDIS_QMI_STATUS* pndis_status)
187 int QCTL_GetVersionReq(UInt8* pMsgBuff,UInt32 length)
238 int QCTL_SetDataFormatReq(UInt8* pMsgBuff,UInt32 length)
294 int QCTL_SetInstanceId(UInt8* pMsgBuff,UInt32 length)
348 int QC_WDS_GetIPAddress(UInt8* pMsgBuff,UInt32 length,UInt8 fClientI
[all...]
H A Dlc_cdc_ether.c132 static UInt8 fCurMacAddress[6]=
134 static UInt8 fDstMacAddress[6]=
262 UInt8 compression,
271 static void ProcessArpPacket(UInt8 *pData, UInt32 packetlength);
272 static void ResponseArpPacket(UInt8 *pData, UInt32 packetlength);
273 static bool FilterArpPacket(UInt8 *pData, UInt32 packetlength);
285 UInt8 data[WWAN_STRING_LEN*3+sizeof(UInt32)*2];
398 static void ProcessArpPacket(UInt8 *pData, UInt32 packetlength)
402 UInt8 tempHA[ETH_LENGTH_OF_ADDRESS] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
461 static void ResponseArpPacket(UInt8 *pDat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/corefoundation/
H A Dcfdataref.h68 wxCFDataRef(const UInt8* data, CFIndex length)
89 void GetBytes( CFRange range, UInt8 *buffer ) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmetafile.cpp282 CFDataRef data = CFDataCreateWithBytesNoCopy( kCFAllocatorDefault, (const UInt8*) *picHandle, GetHandleSize(picHandle), kCFAllocatorNull);
421 refData->GetData().GetBytes(CFRangeMake(0,length), (UInt8 *) buf);
438 wxMetafileRefData* metafiledata = new wxMetafileRefData(wxCFRefFromGet(wxCFDataRef((UInt8*)buf, len).get()));
H A Dmimetmac.cpp1327 wxCFData(const UInt8* pBytes, CFIndex len, bool bKeep = wxCFDATA_RELEASEBUFFER)
1346 const UInt8* GetValue()
1511 const UInt8* pBuffer = new UInt8[cfiBufLen];
1862 const UInt8* pBuffer = new UInt8[cfiBufLen];
H A Duma.cpp197 UInt8 modifiers = 0 ;
754 CFDataAppendBytes( data, (const UInt8*) bytes, count );
H A Ddataobj.cpp296 CFStringRef path = CFStringCreateWithBytes(NULL,(UInt8*)fname,strlen(fname),kCFStringEncodingUTF8,false);
311 CFDataRef data = CFDataCreate( kCFAllocatorDefault, (UInt8*)buf, datasize );
851 data = CFDataCreateWithBytesNoCopy( kCFAllocatorDefault, (const UInt8*) *picHandle, GetHandleSize(picHandle), kCFAllocatorNull);
H A Dcfsocket.cpp2005 CFDataRef address = CFDataCreateWithBytesNoCopy(alloc, (const UInt8*) socket->m_peer->m_addr, socket->m_peer->m_len , kCFAllocatorNull);
2258 ret = CFReadStreamRead( socket->m_readStream , (UInt8*) buffer , size ) ;
2268 ret = CFWriteStreamWrite( socket->m_writeStream , (UInt8*) buffer , size ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/
H A DUnZp.h66 int Print2Syslog(UInt8 priority, const char *format, ...);
H A DUnZpLib.h76 int Print2Syslog(UInt8 priority, const char *format, ...);
H A DUnZpSFX.h73 int Print2Syslog(UInt8 priority, const char *format, ...);
H A DUnZpSx.h57 int Print2Syslog(UInt8 priority, const char *format, ...);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/
H A DZipLib.h79 int Print2Syslog(UInt8 priority, const char *format, ...);
H A DZipSx.h81 int Print2Syslog(UInt8 priority, const char *format, ...);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddirmac.cpp124 err = FSPathMakeRef((const UInt8 *) m_dirname.c_str(), &theRef, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.h524 UInt8 *path,
565 const UInt8 *path,
739 UInt8 *userPrivileges, /* can be NULL */
747 userPrivileges <** An optional pointer to a UInt8.
749 in the UInt8.
H A DMoreFilesX.c467 UInt8 *path,
495 const UInt8 *path,
794 UInt8 *userPrivileges, /* can be NULL */
H A DMoreFilesX.cpp463 UInt8 *path,
491 const UInt8 *path,
790 UInt8 *userPrivileges, /* can be NULL */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcurl_darwinssl.c123 UInt8 *currData = (UInt8 *)data;
189 const UInt8 *dataPtr = (UInt8 *)data;
936 (const UInt8 *)cPath, strlen(cPath), false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DED2KLinkParser.cpp78 UInt8 buffer[PATH_MAX + 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DMacSocket.cpp997 sndCall.addr.buf = (UInt8 *) &hostDNSAddress;
1400 UInt8 buf[kOTFourByteOptionSize];
1481 UInt8* fHWAddr;
1483 UInt8* fReservedPtrs[2];
1486 UInt8 fReserved[252];
1506 UInt8* buf;
1517 UInt8 fUnused[8]; // Traditional unused bytes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DMacSocket.cpp997 sndCall.addr.buf = (UInt8 *) &hostDNSAddress;
1400 UInt8 buf[kOTFourByteOptionSize];
1481 UInt8* fHWAddr;
1483 UInt8* fReservedPtrs[2];
1486 UInt8 fReserved[252];
1506 UInt8* buf;
1517 UInt8 fUnused[8]; // Traditional unused bytes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DMacSocket.cpp997 sndCall.addr.buf = (UInt8 *) &hostDNSAddress;
1400 UInt8 buf[kOTFourByteOptionSize];
1481 UInt8* fHWAddr;
1483 UInt8* fReservedPtrs[2];
1486 UInt8 fReserved[252];
1506 UInt8* buf;
1517 UInt8 fUnused[8]; // Traditional unused bytes

Completed in 184 milliseconds

12