Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-decnet.c475 const u_char *nspp; in decnet_print() local
539 nspp = ap + sizeof(short) + sizeof(struct longhdr); in decnet_print()
546 nspp = ap + sizeof(short) + sizeof(struct shorthdr); in decnet_print()
567 if (!print_nsp(ndo, nspp, nsplen)) in decnet_print()
794 const u_char *nspp, u_int nsplen) in print_nsp() argument
796 const struct nsphdr *nsphp = (const struct nsphdr *)nspp; in print_nsp()
816 const struct seghdr *shp = (const struct seghdr *)nspp; in print_nsp()
849 const struct seghdr *shp = (const struct seghdr *)nspp; in print_nsp()
882 const struct seghdr *shp = (const struct seghdr *)nspp; in print_nsp()
884 (const struct lsmsg *)(nspp + sizeof(struct seghdr)); in print_nsp()
[all …]
/freebsd/contrib/nvi/vi/
H A Dvs_split.c610 vs_fg(SCR *sp, SCR **nspp, CHAR_T *name, int newscreen) in vs_fg() argument
631 if ((*nspp = nsp) == NULL) { in vs_fg()
701 vs_swap(SCR *sp, SCR **nspp, char *name) in vs_swap() argument
709 if ((*nspp = nsp = vs_getbg(sp, name)) == NULL) in vs_swap()