Home | History | Annotate | Download | only in tcpdump

Lines Matching full:nspp

74 	const u_char *nspp;
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]);
526 struct seghdr *shp = (struct seghdr *)nspp;
528 (struct lsmsg *)&(nspp[sizeof(struct seghdr)]);
592 struct ackmsg *amp = (struct ackmsg *)nspp;
617 struct ackmsg *amp = (struct ackmsg *)nspp;
658 struct cimsg *cimp = (struct cimsg *)nspp;
701 dp = &(nspp[sizeof(struct cimsg)]);
711 struct ccmsg *ccmp = (struct ccmsg *)nspp;
759 dp = &(nspp[sizeof(struct ccmsg)]);
769 struct dimsg *dimp = (struct dimsg *)nspp;
788 dp = &(nspp[sizeof(struct dimsg)]);
798 struct dcmsg *dcmp = (struct dcmsg *)nspp;