Searched defs:hdr (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A D2007-10-01-StructResize.cpp10 int Foo(Bork *hdr) { argument
11 hdr->f1 = 7;
12 hdr->f2 = 927;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_nv_ci.h37 BT_HDR hdr; member in struct:__anon8515
46 BT_HDR hdr; member in struct:__anon8516
/external/libnl/tests/
H A Dtest-genl.c7 void *hdr; local
17 hdr = genlmsg_put(msg, NL_AUTO_PID, NL_AUTO_SEQ, GENL_ID_CTRL,
19 if (hdr == NULL)
/external/tcpdump/
H A Dprint-bt.c54 const pcap_bluetooth_h4_header* hdr = (const pcap_bluetooth_h4_header*)p; local
64 (void)printf("hci length %d, direction %s, ", length, (EXTRACT_32BITS(&hdr->direction)&0x1)?"in":"out");
H A Dprint-enc.c55 const struct enchdr *hdr; local
62 hdr = (struct enchdr *)p;
63 flags = hdr->flags;
71 printf("SPI 0x%08x: ", EXTRACT_32BITS(&hdr->spi));
77 switch (hdr->af) {
H A Dprint-ipnet.c26 const ipnet_hdr_t *hdr; local
27 hdr = (const ipnet_hdr_t *)bp;
29 ND_PRINT((ndo, "%d > %d", hdr->iph_zsrc, hdr->iph_zdst));
34 hdr->iph_family),
35 hdr->iph_family));
40 hdr->iph_family)));
49 ipnet_hdr_t *hdr; local
61 hdr = (ipnet_hdr_t *)p;
64 switch (hdr
[all...]
H A Dprint-nflog.c50 nflog_hdr_print(struct netdissect_options *ndo, const nflog_hdr_t *hdr, u_int length) argument
52 ND_PRINT((ndo, "version %d, resource ID %d", hdr->nflog_version, ntohs(hdr->nflog_rid)));
57 hdr->nflog_family),
58 hdr->nflog_family));
63 hdr->nflog_family)));
73 const nflog_hdr_t *hdr = (const nflog_hdr_t *)p; local
85 if (!(hdr->nflog_version) == 0) {
86 ND_PRINT((ndo, "version %u (unknown)", hdr->nflog_version));
91 nflog_hdr_print(ndo, hdr, lengt
[all...]
H A Dprint-ppi.c23 const ppi_header_t *hdr; local
27 hdr = (const ppi_header_t *)bp;
29 len = EXTRACT_16BITS(&hdr->ppi_len);
30 dlt = EXTRACT_32BITS(&hdr->ppi_dlt);
33 ND_PRINT((ndo,", V.%d DLT %s (%d) len %d", hdr->ppi_ver,
49 ppi_header_t *hdr; local
58 hdr = (ppi_header_t *)p;
59 dlt = EXTRACT_32BITS(&hdr->ppi_dlt);
74 ppi_header_print(ndo, (u_char *)hdr,
/external/vboot_reference/firmware/lib/
H A Dregion-fw.c23 VbPublicKey hdr, *key; local
28 sizeof(VbPublicKey), &hdr);
33 size = hdr.key_offset + hdr.key_size;
34 if (size < sizeof(hdr))
35 size = sizeof(hdr);
/external/e2fsprogs/e2fsck/
H A Dmtrace.c86 __ptr_t hdr; local
89 hdr = (__ptr_t) malloc (size);
93 fprintf (mallstream, "+ %p %d\n", hdr, size);
95 if (hdr == mallwatch)
98 return hdr;
107 __ptr_t hdr; local
115 hdr = (__ptr_t) realloc (ptr, size);
119 if (hdr == NULL)
123 fprintf (mallstream, "< %p\n> %p %d\n", ptr, hdr, size);
125 if (hdr
[all...]
/external/iproute2/ip/
H A Dlink_veth.c28 struct nlmsghdr *hdr)
40 data = NLMSG_TAIL(hdr);
41 addattr_l(hdr, 1024, VETH_INFO_PEER, NULL, 0);
43 hdr->nlmsg_len += sizeof(struct ifinfomsg);
45 err = iplink_parse(argc - 1, argv + 1, (struct iplink_req *)hdr,
54 addattr_l(hdr, 1024, IFLA_IFNAME, name, len);
57 data->rta_len = (void *)NLMSG_TAIL(hdr) - (void *)data;
27 veth_parse_opt(struct link_util *lu, int argc, char **argv, struct nlmsghdr *hdr) argument
/external/ipsec-tools/src/racoon/
H A Dprivsep.h54 struct admin_com hdr; member in struct:privsep_com_msg
/external/libvncserver/libvncclient/
H A Dcorre.c35 rfbRREHeader hdr; local
41 if (!ReadFromRFBServer(client, (char *)&hdr, sz_rfbRREHeader))
44 hdr.nSubrects = rfbClientSwap32IfLE(hdr.nSubrects);
51 if (!ReadFromRFBServer(client, client->buffer, hdr.nSubrects * (4 + (BPP / 8))))
56 for (i = 0; i < hdr.nSubrects; i++) {
H A Drre.c35 rfbRREHeader hdr; local
40 if (!ReadFromRFBServer(client, (char *)&hdr, sz_rfbRREHeader))
43 hdr.nSubrects = rfbClientSwap32IfLE(hdr.nSubrects);
50 for (i = 0; i < hdr.nSubrects; i++) {
H A Dzlib.c38 rfbZlibHeader hdr; local
62 if (!ReadFromRFBServer(client, (char *)&hdr, sz_rfbZlibHeader))
65 remaining = rfbClientSwap32IfLE(hdr.nBytes);
/external/openfst/src/extensions/far/
H A Dmain.cc91 FarHeader hdr; local
93 if (!hdr.Read(far_fname)) {
98 string atype = hdr.ArcType();
108 FstHeader hdr; local
110 if (!hdr.Read(in, fst_fname)) {
115 return hdr.ArcType();
/external/openssh/
H A Dmonitor_fdpass.c58 struct cmsghdr hdr; member in union:__anon13004
120 struct cmsghdr hdr; member in union:__anon13005
/external/valgrind/coregrind/m_ume/
H A Dscript.c44 Bool VG_(match_script)(const void *hdr, SizeT len) argument
46 const HChar* script = hdr;
52 if (0 != VG_(memcmp)(hdr, "#!", 2)) return False;
81 HChar hdr[4096]; local
82 Int len = sizeof hdr;
91 res = VG_(pread)(fd, hdr, len, 0);
99 vg_assert('#' == hdr[0] && '!' == hdr[1]);
101 end = hdr + len;
102 interp = hdr
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs8.c21 struct asn1_hdr hdr; local
30 if (asn1_get_next(buf, len, &hdr) < 0 ||
31 hdr.class != ASN1_CLASS_UNIVERSAL ||
32 hdr.tag != ASN1_TAG_SEQUENCE) {
37 pos = hdr.payload;
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
45 hdr
124 struct asn1_hdr hdr; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dpkcs8.c21 struct asn1_hdr hdr; local
30 if (asn1_get_next(buf, len, &hdr) < 0 ||
31 hdr.class != ASN1_CLASS_UNIVERSAL ||
32 hdr.tag != ASN1_TAG_SEQUENCE) {
37 pos = hdr.payload;
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
45 hdr
124 struct asn1_hdr hdr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs8.c21 struct asn1_hdr hdr; local
30 if (asn1_get_next(buf, len, &hdr) < 0 ||
31 hdr.class != ASN1_CLASS_UNIVERSAL ||
32 hdr.tag != ASN1_TAG_SEQUENCE) {
37 pos = hdr.payload;
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
45 hdr
124 struct asn1_hdr hdr; local
[all...]
/external/google-breakpad/src/client/linux/crash_generation/
H A Dcrash_generation_client.cc68 struct cmsghdr* hdr = CMSG_FIRSTHDR(&msg); local
69 hdr->cmsg_level = SOL_SOCKET;
70 hdr->cmsg_type = SCM_RIGHTS;
71 hdr->cmsg_len = CMSG_LEN(sizeof(int));
72 int* p = reinterpret_cast<int*>(CMSG_DATA(hdr));
/external/iproute2/tc/
H A Dem_nbyte.c40 static int nbyte_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr, argument
99 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr));
107 static int nbyte_print_eopt(FILE *fd, struct tcf_ematch_hdr *hdr, void *data, argument
H A Dem_u32.c36 static int u32_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr, argument
145 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr));
152 static int u32_print_eopt(FILE *fd, struct tcf_ematch_hdr *hdr, void *data, argument
/external/kernel-headers/original/uapi/linux/
H A Datm_tcp.h35 struct atmtcp_hdr hdr; /* must be first */ member in struct:atmtcp_control
45 * Messge type dir. hdr.v?i type addr qos vcc result

Completed in 528 milliseconds

1234567891011>>