OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cm_rhello
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-decnet.c
253
TCHECK(cmp->
cm_rhello
);
254
vers = EXTRACT_LE_8BITS(cmp->
cm_rhello
.rh_vers);
255
eco = EXTRACT_LE_8BITS(cmp->
cm_rhello
.rh_eco);
256
ueco = EXTRACT_LE_8BITS(cmp->
cm_rhello
.rh_ueco);
257
memcpy((char *)&srcea, (char *)&(cmp->
cm_rhello
.rh_src),
260
info = EXTRACT_LE_8BITS(cmp->
cm_rhello
.rh_info);
261
blksize = EXTRACT_LE_16BITS(cmp->
cm_rhello
.rh_blksize);
262
priority = EXTRACT_LE_8BITS(cmp->
cm_rhello
.rh_priority);
263
hello = EXTRACT_LE_16BITS(cmp->
cm_rhello
.rh_hello);
decnet.h
245
struct rhellomsg
cm_rhello
; /* router hello message */
member in union:controlmsg
Completed in 1133 milliseconds