HomeSort by relevance Sort by last modified time
    Searched defs:shp (Results 1 - 2 of 2) 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...]

Completed in 623 milliseconds