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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-decnet.c494 const u_char *nspp; local
560 nspp = &(ap[sizeof(short) + sizeof(struct longhdr)]);
568 nspp = &(ap[sizeof(short) + sizeof(struct shorthdr)]);
589 if (!print_nsp(ndo, nspp, nsplen))
841 const u_char *nspp, u_int nsplen)
843 const struct nsphdr *nsphp = (const struct nsphdr *)nspp;
862 const struct seghdr *shp = (const struct seghdr *)nspp;
898 const struct seghdr *shp = (const struct seghdr *)nspp;
934 const struct seghdr *shp = (const struct seghdr *)nspp;
936 (const struct lsmsg *)&(nspp[sizeo
840 print_nsp(netdissect_options *ndo, const u_char *nspp, u_int nsplen) argument
[all...]
/freebsd-12-stable/contrib/nvi/vi/
H A Dvs_split.c614 vs_fg(SCR *sp, SCR **nspp, CHAR_T *name, int newscreen) argument
635 if ((*nspp = nsp) == NULL) {
705 vs_swap(SCR *sp, SCR **nspp, char *name) argument
713 if ((*nspp = nsp = vs_getbg(sp, name)) == NULL)

Completed in 162 milliseconds