HomeSort by relevance Sort by last modified time
    Searched refs:hdrsize (Results 1 - 8 of 8) sorted by null

  /external/iptables/extensions/
libxt_TCPMSS.c 21 static void __TCPMSS_help(int hdrsize)
27 hdrsize);
  /toolchain/binutils/binutils-2.25/gprof/
gmon_io.c 636 unsigned int i, hdrsize;
644 hdrsize = 0;
655 hdrsize = GMON_HDRSIZE_BSD44_32;
659 hdrsize = GMON_HDRSIZE_BSD44_64;
669 hdrsize = GMON_HDRSIZE_OLDBSD_32;
673 hdrsize = GMON_HDRSIZE_OLDBSD_64;
688 * sizeof (UNIT) + hdrsize))
635 unsigned int i, hdrsize; local
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 1036 size_t hdrsize; local
1060 hdrsize = sizeof (struct mach_o_header_32);
1066 hdrsize = sizeof (struct mach_o_header_64);
    [all...]
  /external/libpcap/
sf-pcap.c 141 size_t hdrsize; member in struct:pcap_sf
340 ps->hdrsize = sizeof(struct pcap_sf_patched_pkthdr);
366 ps->hdrsize = sizeof(struct pcap_sf_pkthdr);
412 amt_read = fread(&sf_hdr, 1, ps->hdrsize, fp);
413 if (amt_read != ps->hdrsize) {
423 (unsigned long)ps->hdrsize,
  /external/libnl/lib/genl/
ctrl.c 90 uint32_t hdrsize = nla_get_u32(info->attrs[CTRL_ATTR_HDRSIZE]); local
91 genl_family_set_hdrsize(family, hdrsize);
family.c 99 nl_dump_line(p, " hdrsize %u maxattr %u\n",
139 diff |= FAM_DIFF(HDRSIZE, a->gf_hdrsize != b->gf_hdrsize);
221 void genl_family_set_hdrsize(struct genl_family *family, uint32_t hdrsize)
223 family->gf_hdrsize = hdrsize;
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 1039 int hdrsize = elfcpp::Elf_recognizer::max_header_size; local
1040 if (filesize < hdrsize)
1041 hdrsize = filesize;
1043 input_file->file().get_view(0, 0, hdrsize, true, false);
1044 if (!elfcpp::Elf_recognizer::is_elf_file(elf_header, hdrsize))
1053 if (!elfcpp::Elf_recognizer::is_valid_header(elf_header, hdrsize, &size,
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 4802 unsigned int hdrsize; local
    [all...]

Completed in 272 milliseconds