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

  /external/tcpdump/
print-decnet.c 74 const u_char *nspp; local
139 nspp = &(ap[sizeof(short) + sizeof(struct longhdr)]);
147 nspp = &(ap[sizeof(short) + sizeof(struct shorthdr)]);
168 if (!print_nsp(nspp, nsplen))
413 print_nsp(const u_char *nspp, u_int nsplen)
415 const struct nsphdr *nsphp = (struct nsphdr *)nspp;
434 struct seghdr *shp = (struct seghdr *)nspp;
470 dp = &(nspp[data_off]);
480 struct seghdr *shp = (struct seghdr *)nspp;
516 dp = &(nspp[data_off])
    [all...]

Completed in 958 milliseconds