HomeSort by relevance Sort by last modified time
    Searched refs:hdr (Results 251 - 275 of 389) sorted by null

<<111213141516

  /external/wpa_supplicant/
aes_wrap.c 333 * @hdr: Header data to be authenticity protected
341 const u8 *hdr, size_t hdr_len,
368 os_memcpy(buf + 16, hdr, hdr_len);
390 * @hdr: Header data to be authenticity protected
398 const u8 *hdr, size_t hdr_len,
425 os_memcpy(buf + 16, hdr, hdr_len);
driver_wext.c 100 struct nlmsghdr hdr; member in struct:__anon13692
108 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
109 req.hdr.nlmsg_type = RTM_SETLINK;
110 req.hdr.nlmsg_flags = NLM_F_REQUEST;
111 req.hdr.nlmsg_seq = ++nl_seq;
112 req.hdr.nlmsg_pid = 0;
122 ((char *) &req + NLMSG_ALIGN(req.hdr.nlmsg_len));
126 req.hdr.nlmsg_len = NLMSG_ALIGN(req.hdr.nlmsg_len) +
131 ((char *) &req + NLMSG_ALIGN(req.hdr.nlmsg_len))
2259 struct hostapd_ioctl_hw_modes_hdr *hdr; local
    [all...]
radius_client.c 192 entry->msg->hdr->identifier);
552 switch (msg->hdr->code) {
575 req->msg->hdr->identifier == msg->hdr->identifier)
587 msg_type, msg->hdr->identifier);
637 msg_type, msg->hdr->code, msg->hdr->identifier,
658 if (entry->msg->hdr->identifier == id) {
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.c 338 * @hdr: Header data to be authenticity protected
346 const u8 *hdr, size_t hdr_len,
374 os_memcpy(buf + 16, hdr, hdr_len);
401 * @hdr: Header data to be authenticity protected
409 const u8 *hdr, size_t hdr_len,
439 os_memcpy(buf + 16, hdr, hdr_len);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
bootparam.h 85 struct setup_header hdr; /* setup header */ /* 0x1f1 */ member in struct:boot_params
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tcp.h 65 struct tcphdr hdr; member in union:tcp_word_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 54 struct tcphdr hdr; member in union:tcp_word_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 54 struct tcphdr hdr; member in union:tcp_word_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
tcp.h 54 struct tcphdr hdr; member in union:tcp_word_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
tcp.h 54 struct tcphdr hdr; member in union:tcp_word_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
tcp.h 54 struct tcphdr hdr; member in union:tcp_word_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
tcp.h 54 struct tcphdr hdr; member in union:tcp_word_hdr
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 54 struct tcphdr hdr; member in union:tcp_word_hdr
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 54 struct tcphdr hdr; member in union:tcp_word_hdr
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
tcp.h 54 struct tcphdr hdr; member in union:tcp_word_hdr
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 858 const struct eap_hdr *hdr = wpabuf_head(req); local
859 const u8 *pos = (const u8 *) (hdr + 1);
875 pos, be_to_host16(hdr->length) - 5);
1071 const struct eap_hdr *hdr; local
1081 if (req == NULL || wpabuf_len(req) < sizeof(*hdr))
1084 hdr = wpabuf_head(req);
1085 plen = be_to_host16(hdr->length);
1094 sm->reqId = hdr->identifier;
1102 switch (hdr->code) {
1104 if (plen < sizeof(*hdr) + 1)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 543 struct radius_hdr *hdr = radius_msg_get_hdr(request); local
556 msg = radius_msg_new(code, hdr->identifier);
582 if (!radius_msg_add_mppe_keys(msg, hdr->authenticator,
600 hdr->authenticator) < 0) {
618 struct radius_hdr *hdr = radius_msg_get_hdr(request); local
623 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier);
645 hdr->authenticator) <
800 struct radius_hdr *hdr; local
831 hdr = radius_msg_get_hdr(msg);
832 sess->last_identifier = hdr->identifier
    [all...]
  /external/grub/stage2/
xfs.h 297 } hdr; member in struct:xfs_da_intnode
460 xfs_dir2_sf_hdr_t hdr; /* shortform header */ member in struct:xfs_dir2_sf
  /external/opencv/cxcore/src/
cximage.cpp 241 CvMat hdr, *src = cvGetMat( img, &hdr ); local
  /external/qemu/elff/
dwarf_cu.h 117 * hdr - Pointer to compilation unit header inside mapped .debug_info
125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);
332 * hdr - Pointer to compilation unit header inside mapped .debug_info
335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr);
  /external/quake/quake/src/QW/client/
gl_mesh.c 285 void GL_MakeAliasModelDisplayLists (model_t *m, aliashdr_t *hdr)
294 paliashdr = hdr; // (aliashdr_t *)Mod_Extradata (m);
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 297 void GL_MakeAliasModelDisplayLists (model_t *m, aliashdr_t *hdr)
309 paliashdr = hdr; // (aliashdr_t *)Mod_Extradata (m);
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c 142 typedef union hdr union
147 union hdr *next; /* For chaining headers. */
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.h 117 * hdr - Pointer to compilation unit header inside mapped .debug_info
125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);
332 * hdr - Pointer to compilation unit header inside mapped .debug_info
335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr);
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 133 typedef union hdr union
138 union hdr *next; /* For chaining headers. */

Completed in 596 milliseconds

<<111213141516