HomeSort by relevance Sort by last modified time
    Searched refs:hdr (Results 51 - 75 of 314) sorted by null

1 23 4 5 6 7 8 91011>>

  /build/tools/soslim/
common.h 20 Elf32_Shdr *hdr; member in struct:__anon605
29 info->hdr = elf32_getshdr(sect);
  /external/elfcopy/
common.h 20 Elf32_Shdr *hdr; member in struct:__anon1706
29 info->hdr = elf32_getshdr(sect);
  /external/kernel-headers/original/linux/
auto_fs.h 64 struct autofs_packet_hdr hdr; member in struct:autofs_packet_missing
72 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire
  /external/qemu/audio/
wavcapture.c 89 uint8_t hdr[] = { local
126 hdr[34] = bits16 ? 0x10 : 0x08;
128 le_store (hdr + 22, as.nchannels, 2);
129 le_store (hdr + 24, freq, 4);
130 le_store (hdr + 28, freq << shift, 4);
131 le_store (hdr + 32, 1 << shift, 2);
146 qemu_put_buffer (wav->f, hdr, sizeof (hdr));
  /external/wpa_supplicant/
radius.c 53 msg->hdr = (struct radius_hdr *) msg->buf;
54 msg->buf_used = sizeof(*msg->hdr);
61 msg->hdr = NULL;
74 msg->hdr->code = code;
75 msg->hdr->identifier = identifier;
84 msg->hdr = NULL;
207 static void radius_msg_dump_attr(struct radius_attr_hdr *hdr)
213 attr = radius_get_attr_type(hdr->type);
216 hdr->type, attr ? attr->name : "?Unknown?", hdr->length)
456 struct radius_hdr *hdr; local
    [all...]
preauth_test.c 63 struct ieee802_1x_hdr *hdr; local
65 *msg_len = sizeof(*hdr) + data_len;
66 hdr = os_malloc(*msg_len);
67 if (hdr == NULL)
70 hdr->version = wpa_s->conf->eapol_version;
71 hdr->type = type;
72 hdr->length = htons(data_len);
75 os_memcpy(hdr + 1, data, data_len);
77 os_memset(hdr + 1, 0, data_len);
80 *data_pos = hdr + 1
    [all...]
crypto_cryptoapi.c 184 BLOBHEADER hdr; member in struct:__anon6663
190 key_blob.hdr.bType = PLAINTEXTKEYBLOB;
191 key_blob.hdr.bVersion = CUR_BLOB_VERSION;
192 key_blob.hdr.reserved = 0;
193 key_blob.hdr.aiKeyAlg = CALG_DES;
264 BLOBHEADER hdr; member in struct:__anon6664
273 key_blob.hdr.bType = PLAINTEXTKEYBLOB;
274 key_blob.hdr.bVersion = CUR_BLOB_VERSION;
275 key_blob.hdr.reserved = 0;
276 key_blob.hdr.aiKeyAlg = CALG_AES_128
383 BLOBHEADER hdr; member in struct:__anon6665
538 BLOBHEADER hdr; member in struct:__anon6666
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c 60 msg->hdr = (struct radius_hdr *) msg->buf;
61 msg->buf_used = sizeof(*msg->hdr);
68 msg->hdr = NULL;
81 msg->hdr->code = code;
82 msg->hdr->identifier = identifier;
90 msg->hdr = NULL;
213 static void radius_msg_dump_attr(struct radius_attr_hdr *hdr)
219 attr = radius_get_attr_type(hdr->type);
222 hdr->type, attr ? attr->name : "?Unknown?", hdr->length)
459 struct radius_hdr *hdr; local
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
auto_fs.h 37 struct autofs_packet_hdr hdr; member in struct:autofs_packet_missing
44 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
auto_fs.h 37 struct autofs_packet_hdr hdr; member in struct:autofs_packet_missing
44 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
auto_fs.h 37 struct autofs_packet_hdr hdr; member in struct:autofs_packet_missing
44 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
auto_fs.h 37 struct autofs_packet_hdr hdr; member in struct:autofs_packet_missing
44 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
auto_fs.h 37 struct autofs_packet_hdr hdr; member in struct:autofs_packet_missing
44 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
auto_fs.h 37 struct autofs_packet_hdr hdr; member in struct:autofs_packet_missing
44 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire
  /bootable/bootloader/legacy/include/boot/
bootimg.h 96 void bootimg_set_cmdline(boot_img_hdr *hdr, const char *cmdline);
  /external/openssl/crypto/asn1/
asn_mime.c 104 static MIME_PARAM *mime_param_find(MIME_HEADER *hdr, char *name);
105 static void mime_hdr_free(MIME_HEADER *hdr);
365 MIME_HEADER *hdr; local
377 if(!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) {
385 if(!strcmp(hdr->value, "multipart/signed")) {
387 prm = mime_param_find(hdr, "boundary");
412 if(!(hdr = mime_hdr_find(headers, "content-type")) ||
413 !hdr->value) {
419 if(strcmp(hdr->value, "application/x-pkcs7-signature") &
507 MIME_HEADER *hdr; local
    [all...]
  /bootable/bootloader/legacy/usbloader/
usbloader.c 188 boot_img_hdr *hdr = (void*) kernel_addr; local
194 if((kernel_size < 2048) || memcmp(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)){
199 if(hdr->page_size != 2048) {
204 kernel_actual = (hdr->kernel_size + page_mask) & (~page_mask);
205 ramdisk_actual = (hdr->ramdisk_size + page_mask) & (~page_mask);
206 second_actual = (hdr->second_size + page_mask) & (~page_mask);
214 if(hdr->cmdline[0]){
215 hdr->cmdline[BOOT_ARGS_SIZE - 1] = 0;
216 memcpy(cmdline, hdr->cmdline, BOOT_ARGS_SIZE);
220 ramdisk_addr = hdr->ramdisk_addr
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
preauth_test.c 62 struct ieee802_1x_hdr *hdr; local
64 *msg_len = sizeof(*hdr) + data_len;
65 hdr = os_malloc(*msg_len);
66 if (hdr == NULL)
69 hdr->version = wpa_s->conf->eapol_version;
70 hdr->type = type;
71 hdr->length = htons(data_len);
74 os_memcpy(hdr + 1, data, data_len);
76 os_memset(hdr + 1, 0, data_len);
79 *data_pos = hdr + 1
    [all...]
  /dalvik/libcore/luni/src/main/native/
ifaddrs-android.h 149 nlmsghdr* hdr = reinterpret_cast<nlmsghdr*>(&buf[0]); local
150 for (; NLMSG_OK(hdr, bytesRead); hdr = NLMSG_NEXT(hdr, bytesRead)) {
151 switch (hdr->nlmsg_type) {
158 ifaddrmsg* address = reinterpret_cast<ifaddrmsg*>(NLMSG_DATA(hdr));
160 size_t ifaPayloadLength = IFA_PAYLOAD(hdr);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 73 FstHeader hdr; local
75 hdr = *opts.header;
77 if (!hdr.Read(strm, opts.source))
79 ropts.header = &hdr;
81 if (!(hdr.Properties() & kMutable)) {
87 registr->GetReader(hdr.FstType());
89 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
  /external/iproute2/misc/
lnstat.c 156 char *hdr[HDR_LINES]; member in struct:table_hdr
168 th.hdr[i] = malloc(HDR_LINE_LENGTH);
169 memset(th.hdr[i], 0, sizeof(th.hdr[i]));
179 snprintf(th.hdr[0]+ofs, width+2, fmt,
185 snprintf(th.hdr[h]+ofs, width+2, fmt, "");
188 snprintf(th.hdr[h]+ofs, width+2, fmt, cname);
197 if (th.hdr[h][i] == '\0')
198 th.hdr[h][i] = ' ';
210 fputs(th->hdr[i], of)
223 int hdr = 2; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.c 155 status = mlmeParser_getFrameType(pHandle, (UINT16 *)&pMgmtFrame->hdr.fc, &msgType);
168 os_memoryCopy(pHandle->hOs, &(recvBssid.addr), &(pMgmtFrame->hdr.BSSID), MAC_ADDR_LEN);
170 os_memoryCopy(pHandle->hOs, &(recvSa.addr), &(pMgmtFrame->hdr.SA), MAC_ADDR_LEN);
187 if (MAC_BROADCAST((&pMgmtFrame->hdr.DA)))
193 if (MAC_MULTICAST((&pMgmtFrame->hdr.DA)))
205 if (MAC_EQUAL( (&(param.content.ctrlDataDeviceMacAddress)), (&(pMgmtFrame->hdr.DA)) ) )
212 MAC_COPY(pHandle->hOs, (&(pHandle->tempFrameInfo.bssid)), (&pMgmtFrame->hdr.BSSID));
701 pHandle->tempFrameInfo.challenge.hdr.eleLen = 0;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_cryptoapi.c 169 BLOBHEADER hdr; member in struct:__anon6829
175 key_blob.hdr.bType = PLAINTEXTKEYBLOB;
176 key_blob.hdr.bVersion = CUR_BLOB_VERSION;
177 key_blob.hdr.reserved = 0;
178 key_blob.hdr.aiKeyAlg = CALG_DES;
249 BLOBHEADER hdr; member in struct:__anon6830
258 key_blob.hdr.bType = PLAINTEXTKEYBLOB;
259 key_blob.hdr.bVersion = CUR_BLOB_VERSION;
260 key_blob.hdr.reserved = 0;
261 key_blob.hdr.aiKeyAlg = CALG_AES_128
368 BLOBHEADER hdr; member in struct:__anon6831
523 BLOBHEADER hdr; member in struct:__anon6832
    [all...]
  /external/e2fsprogs/misc/
e2image.c 55 static void write_header(int fd, struct ext2_image_hdr *hdr, int blocksize)
72 if (hdr)
73 memcpy(header_buf, hdr, sizeof(struct ext2_image_hdr));
90 struct ext2_image_hdr hdr; local
95 memset(&hdr, 0, sizeof(struct ext2_image_hdr));
97 hdr.offset_super = lseek(fd, 0, SEEK_CUR);
104 hdr.offset_inode = lseek(fd, 0, SEEK_CUR);
112 hdr.offset_blockmap = lseek(fd, 0, SEEK_CUR);
119 hdr.offset_inodemap = lseek(fd, 0, SEEK_CUR);
126 hdr.magic_number = EXT2_ET_MAGIC_E2IMAGE
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
ikev2.c 452 const struct ikev2_hdr *hdr,
463 hdr, encrypted, encrypted_len,
487 const struct ikev2_hdr *hdr,
495 os_memcpy(data->r_spi, hdr->r_spi, IKEV2_SPI_LEN);
503 if (ikev2_process_sa_init_encr(data, hdr, pl->encrypted,
718 const struct ikev2_hdr *hdr,
727 &data->keys, 0, hdr, pl->encrypted,
750 /* Expect to receive IKE_SA_INIT: HDR, SAr, KEr, Nr, [CERTREQ],
765 * HDR, SK {IDr, [CERT,] [CERTREQ,] [NFID,] AUTH}
801 const struct ikev2_hdr *hdr; local
893 struct ikev2_hdr *hdr; local
    [all...]

Completed in 608 milliseconds

1 23 4 5 6 7 8 91011>>