• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/ndis/src/

Lines Matching refs:UInt8

132 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 *pData, UInt32 packetlength)
485 pSkbARPHdr = (QC_ARP_HDR*)((UInt8*)pSkbHdr + sizeof(QC_ETH_HDR));
511 static bool FilterArpPacket(UInt8 *pData, UInt32 packetlength)
749 // UInt8
1991 static int lc_send_qmi_request(struct usb_interface *intf, UInt8 reqesy_type,
1992 UInt8 *snd_req, int snd_len,
1993 UInt8 *read_resp, int resp_len);
1997 UInt8 command_buf[128] = {0};
1998 UInt8 resp_buf[128] = {0};
2016 UInt8 command_buf[128] = {0};
2017 UInt8 resp_buf[128] = {0};
2036 UInt8 command_buf[128] = {0};
2037 UInt8 resp_buf[128] = {0};
2056 UInt8 command_buf[128] = {0};
2057 UInt8 resp_buf[128] = {0};
2077 UInt8 command_buf[128] = {0};
2078 UInt8 resp_buf[128] = {0};
2099 UInt8 compression,
2102 UInt8 command_buf[128] = {0};
2103 UInt8 resp_buf[256] = {0};
2166 UInt8 command_buf[128] = {0};
2167 UInt8 resp_buf[256] = {0};
2194 UInt8 command_buf[128] = {0};
2195 UInt8 resp_buf[128] = {0};
2277 UInt8 read_resp[128];
2337 static int lc_send_qmi_request(struct usb_interface *intf, UInt8 reqesy_type,
2338 UInt8 *snd_req, int snd_len,
2339 UInt8 *read_resp, int resp_len)