HomeSort by relevance Sort by last modified time
    Searched full:nhdr (Results 1 - 16 of 16) sorted by null

  /external/tcpdump/
print-ipcomp.c 51 ipcomp_print(register const u_char *bp, int *nhdr _U_)
81 if (nhdr)
82 *nhdr = ipcomp->comp_nxt;
print-esp.c 334 int *nhdr
495 if (nhdr)
496 *nhdr = *(ep - 1);
netdissect.h 251 int *nhdr, int *padlen);
  /external/elfutils/libdwfl/
dwfl_module_build_id.c 82 GElf_Nhdr nhdr; local
85 while ((pos = gelf_getnote (data, pos, &nhdr, &name_pos, &desc_pos)) > 0)
86 if (nhdr.n_type == NT_GNU_BUILD_ID
87 && nhdr.n_namesz == sizeof "GNU" && !memcmp (data->d_buf + name_pos,
90 data->d_buf + desc_pos, nhdr.n_descsz,