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

  /external/tcpdump/
print-decnet.c 434 struct seghdr *shp = (struct seghdr *)nspp; local
443 TCHECK(shp->sh_seq[0]);
444 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
453 TCHECK(shp->sh_seq[1]);
454 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
463 TCHECK(shp->sh_seq[2]);
464 ack = EXTRACT_LE_16BITS(shp->sh_seq[2]);
480 struct seghdr *shp = (struct seghdr *)nspp; local
489 TCHECK(shp->sh_seq[0]);
490 ack = EXTRACT_LE_16BITS(shp->sh_seq[0])
526 struct seghdr *shp = (struct seghdr *)nspp; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.c 748 struct variable *shp = lookup_variable (shell_str, shlen);
750 if (!shp)
739 struct variable *shp = lookup_variable (shell_str, shlen); local
    [all...]
  /external/linux-tools-perf/util/
symbol.c 846 GElf_Shdr *shp, const char *name,
855 gelf_getshdr(sec, shp);
856 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name);
    [all...]

Completed in 171 milliseconds