Home
last modified time | relevance | path

Searched refs:nspp (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
Dprint-decnet.c74 const u_char *nspp; in decnet_print() local
139 nspp = &(ap[sizeof(short) + sizeof(struct longhdr)]); in decnet_print()
147 nspp = &(ap[sizeof(short) + sizeof(struct shorthdr)]); in decnet_print()
168 if (!print_nsp(nspp, nsplen)) in decnet_print()
413 print_nsp(const u_char *nspp, u_int nsplen) in print_nsp() argument
415 const struct nsphdr *nsphp = (struct nsphdr *)nspp; in print_nsp()
434 struct seghdr *shp = (struct seghdr *)nspp; in print_nsp()
470 dp = &(nspp[data_off]); in print_nsp()
480 struct seghdr *shp = (struct seghdr *)nspp; in print_nsp()
516 dp = &(nspp[data_off]); in print_nsp()
[all …]
/freebsd-10-stable/contrib/nvi/vi/
Dvs_split.c614 vs_fg(SCR *sp, SCR **nspp, CHAR_T *name, int newscreen) in vs_fg() argument
635 if ((*nspp = nsp) == NULL) { in vs_fg()
705 vs_swap(SCR *sp, SCR **nspp, char *name) in vs_swap() argument
713 if ((*nspp = nsp = vs_getbg(sp, name)) == NULL) in vs_swap()