OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 30 milliseconds