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

<<11121314151617181920>>

  /external/fio/
io_u.h 109 struct sg_io_hdr hdr; member in union:io_u::__anon19280
  /external/iproute2/misc/
lnstat.c 177 char *hdr[HDR_LINES]; member in struct:table_hdr
189 th.hdr[i] = malloc(HDR_LINE_LENGTH);
190 memset(th.hdr[i], 0, HDR_LINE_LENGTH);
197 snprintf(th.hdr[0]+ofs, width+2, "%*.*s|", width, width,
203 snprintf(th.hdr[h]+ofs, width+2,
207 snprintf(th.hdr[h]+ofs, width+2,
217 if (th.hdr[h][i] == '\0')
218 th.hdr[h][i] = ' ';
230 fputs(th->hdr[i], of);
243 int hdr = 2 local
    [all...]
  /external/iproute2/tc/
m_ematch.c 180 struct tcf_ematch_hdr hdr = { local
185 hdr.flags |= TCF_EM_INVERT;
191 addraw_l(n, MAX_MSG, &hdr, sizeof(hdr));
216 hdr.kind = num;
217 if (e->parse_eopt(n, &hdr, t->args->next) < 0)
341 struct tcf_ematch_tree_hdr hdr = { local
348 addattr_l(n, MAX_MSG, TCA_EMATCH_TREE_HDR, &hdr, sizeof(hdr));
370 struct tcf_ematch_hdr *hdr; local
470 struct tcf_ematch_tree_hdr *hdr; local
    [all...]
  /external/iputils/
tracepath.c 261 struct probehdr *hdr = pktbuf; local
268 hdr->ttl = ttl;
270 gettimeofday(&hdr->tv, NULL);
272 his[hisptr].sendtime = hdr->tv;
  /external/kernel-headers/original/uapi/linux/
auto_fs4.h 110 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire_multi
117 struct autofs_packet_hdr hdr; member in union:autofs_packet_union
125 struct autofs_packet_hdr hdr; member in struct:autofs_v5_packet
143 struct autofs_packet_hdr hdr; member in union:autofs_v5_packet_union
if_fddi.h 102 } hdr; member in struct:fddihdr
target_core_user.h 28 * userspace should skip hdr->length bytes (mod cmdr_size) to find the
38 * hdr->length, mod cmdr_size. If cmd_tail doesn't equal cmd_head, it
104 struct tcmu_cmd_entry_hdr hdr; member in struct:tcmu_cmd_entry
  /external/kernel-headers/original/uapi/rdma/
ib_user_mad.h 139 * @hdr - MAD packet header
144 struct ib_user_mad_hdr hdr; member in struct:ib_user_mad
  /external/libchrome/sandbox/linux/services/
credentials.cc 179 struct cap_hdr hdr = {}; local
180 hdr.version = _LINUX_CAPABILITY_VERSION_3;
193 return sys_capset(&hdr, data) == 0;
211 struct cap_hdr hdr = {}; local
212 hdr.version = _LINUX_CAPABILITY_VERSION_3;
215 PCHECK(sys_capget(&hdr, data) == 0);
227 struct cap_hdr hdr = {}; local
228 hdr.version = _LINUX_CAPABILITY_VERSION_3;
231 PCHECK(sys_capget(&hdr, data) == 0);
  /external/libnl/lib/
nl.c 267 * @arg hdr sendmsg() message header (required)
269 * Transmits the message specified in \c hdr over the Netlink socket using the
276 * `hdr` struct properly and have it point to the message payload and
299 int nl_sendmsg(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr)
314 ret = sendmsg(sk->s_fd, hdr, 0);
346 struct msghdr hdr = { local
358 hdr.msg_name = dst;
366 hdr.msg_control = buf;
367 hdr.msg_controllen = sizeof(buf);
369 cmsg = CMSG_FIRSTHDR(&hdr);
779 struct nlmsghdr *hdr; local
    [all...]
  /external/libnl/lib/route/cls/
ematch.c 390 struct tcf_ematch_hdr *hdr; local
398 if (nla_len(a) < sizeof(*hdr)) {
409 hdr = nla_data(a);
410 data = nla_data(a) + NLA_ALIGN(sizeof(*hdr));
411 len = nla_len(a) - NLA_ALIGN(sizeof(*hdr));
414 hdr->matchid, hdr->kind, hdr->flags);
420 if (hdr->kind == TCF_EM_CONTAINER &&
431 ematch->e_id = hdr->matchid
    [all...]
  /external/libpcap/
pcap-snf.c 130 struct pcap_pkthdr hdr; local
176 hdr.ts = snf_timestamp_to_timeval(req.timestamp, p->opt.tstamp_precision);
177 hdr.caplen = caplen;
178 hdr.len = req.length;
179 callback(user, &hdr, req.pkt_addr);
sf-pcap.c 123 static int pcap_next_packet(pcap_t *p, struct pcap_pkthdr *hdr, u_char **datap);
154 struct pcap_file_header hdr; local
183 hdr.magic = magic;
184 amt_read = fread(((char *)&hdr) + sizeof hdr.magic, 1,
185 sizeof(hdr) - sizeof(hdr.magic), fp);
186 if (amt_read != sizeof(hdr) - sizeof(hdr.magic)) {
194 (unsigned long)sizeof(hdr),
624 struct pcap_file_header hdr; local
    [all...]
  /external/libunwind/src/ia64/
Gtables.c 142 unw_word_t hdr_addr, info_addr, hdr, directives, pers, cookie, off; local
197 if ((ret = read_mem (as, hdr_addr, &hdr, arg)) < 0)
200 if (IA64_UNW_VER (hdr) != 1
201 || IA64_UNW_FLAG_EHANDLER (hdr) || IA64_UNW_FLAG_UHANDLER (hdr))
206 if (IA64_UNW_LENGTH (hdr) != 1)
255 unw_word_t addr, hdr_addr, info_addr, info_end_addr, hdr, *wp; local
313 if ((ret = read_mem (as, hdr_addr, &hdr, arg)) < 0)
316 if (IA64_UNW_VER (hdr) != 1)
318 Debug (1, "Unknown header version %ld (hdr word=0x%lx @ 0x%lx)\n"
    [all...]
  /external/ltp/testcases/network/sockets/
ltpClient.c 60 struct icmphdr hdr; member in struct:packet
462 printf("IPv%d: hdr-size=%d pkt-size=%d protocol=%d TTL=%d src=%s ",
527 rawPacket.hdr.type = ICMP_ECHO;
528 rawPacket.hdr.un.echo.id = pid;
535 rawPacket.hdr.un.echo.sequence = count++;
536 rawPacket.hdr.checksum =
600 rawTracePacket.hdr.type = ICMP_ECHO;
601 rawTracePacket.hdr.un.echo.id = pid;
608 rawTracePacket.hdr.un.echo.sequence = count++;
609 rawTracePacket.hdr.checksum
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 105 data_from_header(struct debug_memory_header *hdr)
107 if(hdr)
108 return (void *)((char *)hdr + sizeof(struct debug_memory_header));
114 footer_from_header(struct debug_memory_header *hdr)
116 if(hdr)
117 return (struct debug_memory_footer *)((char *)hdr + sizeof(struct debug_memory_header) + hdr->size);
127 struct debug_memory_header *hdr; local
130 hdr = os_malloc(sizeof(*hdr) + size + sizeof(*ftr))
167 struct debug_memory_header *hdr; local
309 struct debug_memory_header *hdr; local
360 struct debug_memory_header *hdr; local
381 struct debug_memory_header *hdr; local
416 struct debug_memory_header *hdr; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.h 33 uint32_t hdr[20]; member in struct:nvc0_program
  /external/nfacct/
nfacct.c 148 struct nlmsghdr *hdr = msg->nm_nlh; local
150 if (hdr->nlmsg_type == NLMSG_ERROR) {
151 struct nlmsgerr *err = nlmsg_data(hdr);
  /external/skia/samplecode/
SampleBigGradient.cpp 188 BITMAPINFOHEADER hdr = { 0 }; local
189 hdr.biSize = sizeof(BITMAPINFOHEADER);
190 hdr.biWidth = width;
191 hdr.biHeight = -height; // Minus means top-down bitmap.
192 hdr.biPlanes = 1;
193 hdr.biBitCount = 32;
194 hdr.biCompression = BI_RGB; // No compression.
195 hdr.biSizeImage = 0;
196 hdr.biXPelsPerMeter = 1;
197 hdr.biYPelsPerMeter = 1
    [all...]
  /external/syslinux/com32/lib/syslinux/
load_linux.c 128 const struct linux_header *hdr,
134 if (hdr->version >= 0x0202 && (hdr->loadflags & LOAD_HIGH))
157 struct linux_header hdr, *whdr; local
205 memcpy(&hdr, kernel_buf, sizeof hdr);
208 if (hdr.boot_flag != BOOT_MAGIC) {
213 if (hdr.header != LINUX_MAGIC) {
214 hdr.version = 0x0100; /* Very old kernel */
215 hdr.loadflags = 0
    [all...]
  /external/syslinux/com32/sysdump/
acpi.c 48 struct acpi_hdr hdr; member in struct:acpi_rsdt
53 struct acpi_hdr hdr; member in struct:acpi_xsdt
101 const struct acpi_hdr *hdr = ptr; local
103 if (hdr->sig[0] == 0)
106 if (hdr->len < 10 || hdr->len > (1 << 20)) {
111 return checksum_range(hdr, hdr->len) == 0 ? ERR_NONE : ERR_CSUM;
180 if (memcmp(rsdt->hdr.sig, "RSDT", 4) || is_valid_table(rsdt) > ERR_CSUM)
183 dump_table(be, rsdt->hdr.sig, rsdt, rsdt->hdr.len)
191 const struct acpi_hdr *hdr = (const struct acpi_hdr *)(rsdt->entry[i]); local
223 const struct acpi_hdr *hdr; local
    [all...]
  /external/syslinux/gpxe/src/arch/i386/image/
multiboot.c 312 * @v hdr Multiboot header descriptor to fill in
316 struct multiboot_header_info *hdr ) {
340 copy_from_user ( &hdr->mb, image->data, offset,
341 sizeof ( hdr->mb ) );
342 checksum = ( hdr->mb.magic + hdr->mb.flags +
343 hdr->mb.checksum );
347 hdr->offset = offset;
359 * @v hdr Multiboot header descriptor
363 struct multiboot_header_info *hdr ) {
426 struct multiboot_header_info hdr; local
    [all...]
  /external/syslinux/gpxe/src/net/80211/
wpa_tkip.c 378 struct ieee80211_frame *hdr = iob->data; local
394 tkip_mix_1 ( &ctx->enc, &ctx->tk, hdr->addr2 );
403 hdr = eiob->data;
404 hdr->fc |= IEEE80211_FC_PROTECTED;
418 hdr = iob->data;
419 tkip_michael ( &ctx->tk.mic.tx, hdr->addr3, hdr->addr2,
448 struct ieee80211_frame *hdr; local
465 hdr = iob->data;
466 hdr->fc &= ~IEEE80211_FC_PROTECTED
    [all...]
  /external/vboot_reference/firmware/lib/
vboot_display.c 25 BmpBlockHeader hdr; local
31 ret = VbGbbReadBmpHeader(cparams, &hdr);
35 *count = hdr.number_of_localizations;
144 BmpBlockHeader hdr; local
155 ret = VbGbbReadBmpHeader(cparams, &hdr);
201 if (screen_index >= hdr.number_of_screenlayouts) {
211 if (localization >= hdr.number_of_localizations) {
  /external/vboot_reference/tests/
vb20_common3_tests.c 40 struct vb2_keyblock *hdr; local
51 hdr = (struct vb2_keyblock *)
53 TEST_NEQ((size_t)hdr, 0, "vb2_verify_keyblock() prerequisites");
54 if (!hdr)
56 hsize = hdr->keyblock_size;
59 Memcpy(h, hdr, hsize);
63 Memcpy(h, hdr, hsize);
68 Memcpy(h, hdr, hsize);
72 Memcpy(h, hdr, hsize);
78 Memcpy(h, hdr, hsize)
176 struct vb2_fw_preamble *hdr; local
    [all...]

Completed in 1423 milliseconds

<<11121314151617181920>>