OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rh_short
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-decnet.c
94
TCHECK(rhp->
rh_short
.sh_flags);
95
mflags = EXTRACT_LE_8BITS(rhp->
rh_short
.sh_flags);
111
mflags = EXTRACT_LE_8BITS(rhp->
rh_short
.sh_flags);
143
TCHECK(rhp->
rh_short
);
144
dst = EXTRACT_LE_16BITS(rhp->
rh_short
.sh_dst);
145
src = EXTRACT_LE_16BITS(rhp->
rh_short
.sh_src);
146
hops = (EXTRACT_LE_8BITS(rhp->
rh_short
.sh_visits) & VIS_MASK)+1;
181
int mflags = EXTRACT_LE_8BITS(rhp->
rh_short
.sh_flags);
decnet.h
89
struct shorthdr
rh_short
; /* short route header */
member in union:routehdr
Completed in 28 milliseconds