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

1 23 4 5 6 7 8 91011>>

  /external/strace/tests/
netlink_unix_diag.c 83 struct nlmsghdr hdr; member in union:__anon31948
105 struct nlmsghdr *h = &hdr_buf.hdr;
  /external/strace/tests-m32/
netlink_inet_diag.c 79 struct nlmsghdr hdr; member in union:__anon32010
101 struct nlmsghdr *h = &hdr_buf.hdr;
netlink_netlink_diag.c 80 struct nlmsghdr hdr; member in union:__anon32012
102 struct nlmsghdr *h = &hdr_buf.hdr;
netlink_unix_diag.c 83 struct nlmsghdr hdr; member in union:__anon32014
105 struct nlmsghdr *h = &hdr_buf.hdr;
  /external/strace/tests-mx32/
netlink_inet_diag.c 79 struct nlmsghdr hdr; member in union:__anon32076
101 struct nlmsghdr *h = &hdr_buf.hdr;
netlink_netlink_diag.c 80 struct nlmsghdr hdr; member in union:__anon32078
102 struct nlmsghdr *h = &hdr_buf.hdr;
netlink_unix_diag.c 83 struct nlmsghdr hdr; member in union:__anon32080
105 struct nlmsghdr *h = &hdr_buf.hdr;
  /external/tcpdump/
print-ipnet.c 36 const ipnet_hdr_t *hdr; local
37 hdr = (const ipnet_hdr_t *)bp;
39 ND_PRINT((ndo, "%d > %d", hdr->iph_zsrc, hdr->iph_zdst));
44 hdr->iph_family),
45 hdr->iph_family));
50 hdr->iph_family)));
59 const ipnet_hdr_t *hdr; local
71 hdr = (const ipnet_hdr_t *)p;
74 switch (hdr->iph_family)
    [all...]
print-ppi.c 30 const ppi_header_t *hdr; local
35 hdr = (const ppi_header_t *)bp;
37 len = EXTRACT_LE_16BITS(&hdr->ppi_len);
38 dlt = EXTRACT_LE_32BITS(&hdr->ppi_dlt);
42 ND_PRINT((ndo, "V.%d DLT %s (%d) len %d", hdr->ppi_ver,
57 const ppi_header_t *hdr; local
70 hdr = (const ppi_header_t *)p;
71 len = EXTRACT_LE_16BITS(&hdr->ppi_len);
84 dlt = EXTRACT_LE_32BITS(&hdr->ppi_dlt);
100 ppi_header_print(ndo, (const u_char *)hdr, length + len)
    [all...]
  /external/vboot_reference/firmware/lib/
region-kernel.c 28 BmpBlockHeader *hdr; local
39 hdr = VbExMalloc(sizeof(*hdr));
41 sizeof(BmpBlockHeader), hdr);
43 VbExFree(hdr);
48 if ((0 != Memcmp(hdr->signature, BMPBLOCK_SIGNATURE,
50 (hdr->major_version > BMPBLOCK_MAJOR_VERSION) ||
51 ((hdr->major_version == BMPBLOCK_MAJOR_VERSION) &&
52 (hdr->minor_version > BMPBLOCK_MINOR_VERSION))) {
55 VbExFree(hdr);
104 BmpBlockHeader hdr; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
asn1.c 25 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr)
30 os_memset(hdr, 0, sizeof(*hdr));
34 hdr->identifier = *pos++;
35 hdr->class = hdr->identifier >> 6;
36 hdr->constructed = !!(hdr->identifier & (1 << 5));
38 if ((hdr->identifier & 0x1f) == 0x1f) {
39 hdr->tag = 0
137 struct asn1_hdr hdr; local
    [all...]
pkcs1.c 205 struct asn1_hdr hdr; local
234 if (asn1_get_next(decrypted, decrypted_len, &hdr) < 0 ||
235 hdr.class != ASN1_CLASS_UNIVERSAL ||
236 hdr.tag != ASN1_TAG_SEQUENCE) {
239 hdr.class, hdr.tag);
244 pos = hdr.payload;
245 end = pos + hdr.length;
255 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
256 hdr.class != ASN1_CLASS_UNIVERSAL |
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_tcp.h 35 struct atmtcp_hdr hdr; /* must be first */ member in struct:atmtcp_control
45 * Messge type dir. hdr.v?i type addr qos vcc result
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_tcp.h 35 struct atmtcp_hdr hdr; /* must be first */ member in struct:atmtcp_control
45 * Messge type dir. hdr.v?i type addr qos vcc result
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
atm_tcp.h 37 struct atmtcp_hdr hdr; member in struct:atmtcp_control

Completed in 461 milliseconds

1 23 4 5 6 7 8 91011>>