OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cm_ehello
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-decnet.c
276
TCHECK(cmp->
cm_ehello
);
277
vers = EXTRACT_LE_8BITS(cmp->
cm_ehello
.eh_vers);
278
eco = EXTRACT_LE_8BITS(cmp->
cm_ehello
.eh_eco);
279
ueco = EXTRACT_LE_8BITS(cmp->
cm_ehello
.eh_ueco);
280
memcpy((char *)&srcea, (char *)&(cmp->
cm_ehello
.eh_src),
283
info = EXTRACT_LE_8BITS(cmp->
cm_ehello
.eh_info);
284
blksize = EXTRACT_LE_16BITS(cmp->
cm_ehello
.eh_blksize);
286
memcpy((char *)&rtea, (char *)&(cmp->
cm_ehello
.eh_router),
289
hello = EXTRACT_LE_16BITS(cmp->
cm_ehello
.eh_hello);
290
other = EXTRACT_LE_8BITS(cmp->
cm_ehello
.eh_data)
[
all
...]
decnet.h
246
struct ehellomsg
cm_ehello
; /* endnode hello message */
member in union:controlmsg
Completed in 26 milliseconds